Skip to content

Commit

Permalink
update node, add docker & bash linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sammcj committed Sep 12, 2022
1 parent 3b24e06 commit a9a6217
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Lint

on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
workflow_dispatch:

permissions:
Expand Down Expand Up @@ -34,3 +39,15 @@ jobs:
level: warning
fail_on_error: true
hadolint_ignore: DL3016 DL3018 # Ignore pinning apk and npm packages to specific version with @

actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lint Github Actions
uses: reviewdog/action-actionlint@v1
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
reporter: github-pr-review

0 comments on commit a9a6217

Please sign in to comment.