We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf10ac6 commit e3d6bedCopy full SHA for e3d6bed
1 file changed
.github/workflows/lint.yaml
@@ -0,0 +1,21 @@
1
+name: Lint
2
+
3
+on:
4
+ pull_request:
5
+ branches: ['main']
6
7
+permissions:
8
+ contents: read
9
10
+jobs:
11
+ lint:
12
+ name: Lint
13
+ runs-on: ubuntu-latest
14
15
+ permissions:
16
17
18
+ steps:
19
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4.2.2
20
+ - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
21
+ - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
0 commit comments