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 be7073a commit c7ad166Copy full SHA for c7ad166
.github/workflows/scan.yml
@@ -1,19 +1,19 @@
1
name: Main
2
on:
3
push:
4
- branches: [ main ]
+ branches: [main]
5
pull_request:
6
7
env:
8
SPECTRAL_DSN: ${{ secrets.SPECTRAL_DSN }}
9
-
+
10
jobs:
11
scan:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v2
15
- - name: Install and run Spectral CI
16
- uses: spectralops/spectral-github-action@v2
17
- with:
18
- spectral-dsn: ${{ env.SPECTRAL_DSN }}
19
- spectral-args: scan --ok --include-tags base,iac
+ - uses: actions/checkout@v2
+ - name: Install and run Spectral CI
+ uses: spectralops/spectral-github-action@v3
+ with:
+ spectral-dsn: ${{ env.SPECTRAL_DSN }}
+ spectral-args: scan --ok --include-tags base,iac
0 commit comments