File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99jobs :
1010 ruff-check :
1111 runs-on : ubuntu-latest
12-
12+
1313 steps :
14- - uses : actions/checkout@v4
15-
14+ - uses : actions/checkout@v6
15+
1616 - name : Install uv
1717 uses : astral-sh/setup-uv@v1
1818 with :
1919 version : " latest"
20-
20+
2121 - name : Set up Python
2222 uses : actions/setup-python@v4
2323 with :
2424 python-version : " 3.12"
25-
25+
2626 - name : Install dependencies
2727 run : UV_GIT_LFS=1 uv sync --dev
28-
28+
2929 - name : Run ruff linter
3030 run : uv run ruff check --output-format=github .
31-
31+
3232 - name : Run ruff formatter
33- run : uv run ruff format --check --diff .
33+ run : uv run ruff format --check --diff .
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818 with :
1919 fetch-depth : 2
2020 fetch-tags : true
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818
1919 - name : Check template files not tracked in git
2020 run : |
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v6
1515
1616 - name : Install uv
1717 uses : astral-sh/setup-uv@v1
You can’t perform that action at this time.
0 commit comments