Skip to content

Commit

Permalink
🌱 lint workflows before merge
Browse files Browse the repository at this point in the history
Signed-off-by: David Zager <dzager@redhat.com>
  • Loading branch information
djzager committed Feb 8, 2024
1 parent 4a26539 commit 1ea7851
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ on:
- '**.md'

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- run: go install github.com/rhysd/actionlint/cmd/actionlint@latest
- run: actionlint
tests:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 1ea7851

Please sign in to comment.