Skip to content

Commit

Permalink
Test out actionlint
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Aug 10, 2023
1 parent b6e2be9 commit cc962be
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ concurrency:
cancel-in-progress: true

jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Download actionlint
id: get_actionlint
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
shell: bash
- name: Check workflow files
run: ${{ steps.get_actionlint.outputs.executable }} -color
shell: bash

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

0 comments on commit cc962be

Please sign in to comment.