Skip to content

Commit d6666ae

Browse files
committed
super-linter: use slim version
1 parent fed0342 commit d6666ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
# https://github.com/marketplace/actions/super-linter#get-started
22
name: Lint
33

44
on: # yamllint disable-line rule:truthy
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: Super-linter
30-
uses: super-linter/[email protected] # x-release-please-version
30+
uses: super-linter/super-linter/slim@v7.3.0 # x-release-please-version
3131
env:
3232
# To report GitHub Actions status checks
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)