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 3814ab7 commit f536316Copy full SHA for f536316
.github/workflows/pipeline.yaml
@@ -0,0 +1,22 @@
1
+name: Pipeline
2
+on: [push]
3
+
4
+jobs:
5
+ generate:
6
+ runs-on: ubuntu-latest
7
+ permissions:
8
+ contents: read
9
+ packages: read
10
+ statuses: write
11
12
+ steps:
13
14
+ - name: Checkout code
15
+ uses: actions/checkout@v4
16
+ with:
17
+ fetch-depth: 0
18
19
+ - name: Super-linter
20
+ uses: super-linter/[email protected]
21
+ env:
22
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments