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 fed0342 commit d6666aeCopy full SHA for d6666ae
.github/workflows/lint.yml
@@ -1,4 +1,4 @@
1
----
+# https://github.com/marketplace/actions/super-linter#get-started
2
name: Lint
3
4
on: # yamllint disable-line rule:truthy
@@ -27,7 +27,7 @@ jobs:
27
fetch-depth: 0
28
29
- name: Super-linter
30
- uses: super-linter/[email protected] # x-release-please-version
+ uses: super-linter/super-linter/slim@v7.3.0 # x-release-please-version
31
env:
32
# To report GitHub Actions status checks
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments