Skip to content

Commit

Permalink
Merge pull request #111 from tfrommen/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy authored Oct 9, 2024
2 parents d69f0d9 + 9bcf600 commit 7bcc6fb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/reusable-code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,23 @@ concurrency:

jobs:

actionlint: #-----------------------------------------------------------------------
name: Lint GitHub Actions workflows
runs-on: ubuntu-latest
steps:
- name: Check out source code
uses: actions/checkout@v4

- name: Add problem matcher
run: |
curl -s -o .github/actionlint-matcher.json https://raw.githubusercontent.com/rhysd/actionlint/main/.github/actionlint-matcher.json
echo "::add-matcher::.github/actionlint-matcher.json"
- name: Check workflow files
uses: docker://rhysd/actionlint:latest
with:
args: -color -shellcheck=

lint: #-----------------------------------------------------------------------
name: Lint PHP files
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7bcc6fb

Please sign in to comment.