Skip to content

Commit e87663c

Browse files
committed
Update lint.yml
1 parent f82e019 commit e87663c

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,15 @@ jobs:
2424
matrix:
2525
python-version: [ "3.14" ]
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
28+
with:
29+
persist-credentials: false
2830

2931
- name: Lint Markdown
3032
run: npx --yes prettier --check --prose-wrap always "**/*.md"
3133

3234
- name: Install uv
33-
uses: astral-sh/setup-uv@v3
35+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
3436

3537
- name: Lint TSV
36-
run: uv run lint.py
38+
run: uv run --script lint.py

0 commit comments

Comments
 (0)