Skip to content

Commit

Permalink
Use GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Nov 20, 2024
1 parent abbe7d4 commit c6ed24c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Lint
name: Super-linter

on: # yamllint disable-line rule:truthy
push: null
Expand Down Expand Up @@ -27,7 +27,7 @@ jobs:
fetch-depth: 0

- name: Super-linter
uses: super-linter/super-linter/slim@v7.2.0 # x-release-please-version
uses: github/super-linter/slim@v7
env:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c6ed24c

Please sign in to comment.