Skip to content

Commit

Permalink
Lint GitHub Action workflows (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Aug 11, 2023
1 parent 9976982 commit 48d2889
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ concurrency:
cancel-in-progress: true

jobs:
actionlint:
name: Lint GitHub Action Workflows
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check workflow files
uses: docker://ponylang/shared-docker-ci-actionlint:20230810
with:
args: -color

superlinter:
name: Lint markdown and yaml
runs-on: ubuntu-latest
Expand Down

0 comments on commit 48d2889

Please sign in to comment.