Skip to content

check for existance of data on both win and linux paths #59

check for existance of data on both win and linux paths

check for existance of data on both win and linux paths #59

Workflow file for this run

name: static_check_ruff
on:
push:
branches: [ '**' ]
pull_request:
branches: [ '**' ]
jobs:
static_check_ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v3
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install xonsh
run: |
uv tool install xonsh
- name: Run ruff
run: |
uvx xonsh tasks/run_ruff.xsh