Skip to content

Commit

Permalink
lint github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronbrill committed Mar 8, 2024
1 parent ff5da9c commit 111b2b8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
self: Mergeability

actionlint:
name: lint github actions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-actionlint@v1


yarn-check:
name: yarn ${{ matrix.command }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit 111b2b8

Please sign in to comment.