Skip to content

Commit

Permalink
ci: run linter for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucky3028 committed Sep 12, 2024
1 parent 8744d2b commit 94a3f8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/pinact.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
files:
- pattern: '^(.*/)*action\\.yaml$'
- pattern: '^\.github/workflows/.*\\.yaml$'
3 changes: 3 additions & 0 deletions .github/workflows/lint-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- name: Run ghalint
run: |
ghalint -c ./.github/ghalint.yaml run
- name: Run ghalint for actions
run: |
ghalint run-action
actionlint:
runs-on: ubuntu-22.04
timeout-minutes: 2
Expand Down

0 comments on commit 94a3f8a

Please sign in to comment.