Skip to content

Commit

Permalink
Add linter for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Nov 15, 2022
1 parent c676edb commit bb4252a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

lint:
name: Lint
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v3
Expand All @@ -38,3 +38,13 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
only-new-issues: true

actionlint:
name: Actionlint
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- uses: reviewdog/action-actionlint@v1
with:
fail_on_error: true

0 comments on commit bb4252a

Please sign in to comment.