We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f82e019 commit e87663cCopy full SHA for e87663c
1 file changed
.github/workflows/lint.yml
@@ -24,13 +24,15 @@ jobs:
24
matrix:
25
python-version: [ "3.14" ]
26
steps:
27
- - uses: actions/checkout@v4
+ - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
28
+ with:
29
+ persist-credentials: false
30
31
- name: Lint Markdown
32
run: npx --yes prettier --check --prose-wrap always "**/*.md"
33
34
- name: Install uv
- uses: astral-sh/setup-uv@v3
35
+ uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
36
37
- name: Lint TSV
- run: uv run lint.py
38
+ run: uv run --script lint.py
0 commit comments