File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3737 runs-on : ubuntu-latest
3838 steps :
3939 - uses : actions/checkout@v4
40- - uses : actions /setup-uv@v6
40+ - uses : astral-sh /setup-uv@v6
4141 - name : Lint yml files in src/schema
4242 run : uvx yamllint -f standard src/schema/ -c .yamllint.yml
4343
4646 runs-on : ubuntu-latest
4747 steps :
4848 - uses : actions/checkout@v4
49- - uses : actions /setup-uv@v6
49+ - uses : astral-sh /setup-uv@v6
5050 - run : uvx ruff format --diff
5151 - run : uvx ruff check
5252
5555 runs-on : ubuntu-latest
5656 steps :
5757 - uses : actions/checkout@v4
58- - uses : actions /setup-uv@v6
58+ - uses : astral-sh /setup-uv@v6
5959 - name : Check for Latin phrases
6060 run : uv run tools/no-bad-latin.py
6161
6464 runs-on : ubuntu-latest
6565 steps :
6666 - uses : actions/checkout@v4
67- - uses : actions /setup-uv@v6
67+ - uses : astral-sh /setup-uv@v6
6868 - name : Validate CITATION.cff
6969 run : uvx cffconvert --validate
You can’t perform that action at this time.
0 commit comments