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.
2 parents c7aac5b + f6a7af6 commit 4732770Copy full SHA for 4732770
.github/workflows/checks.yml
@@ -1,13 +1,20 @@
1
name: Correctness Checks
2
on: [push, pull_request]
3
+
4
+permissions:
5
+ contents: read
6
7
jobs:
8
Run-Markdown-Checks:
9
+ name: Run Markdown Checks
10
runs-on: ubuntu-24.04
11
steps:
12
- name: checkout
13
uses: actions/checkout@v4
14
+ with:
15
+ persist-credentials: false
16
- name: Install Python dependencies
- uses: py-actions/py-dependency-install@v4
17
+ uses: py-actions/py-dependency-install@9c419aa98bfb42280bdae2b0a736befd9b01e3b1 # v4
18
with:
19
path: "tools/requirements.txt"
20
update-pip: "false"
0 commit comments