Skip to content

Commit

Permalink
Update linters.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjn authored Sep 20, 2024
1 parent 01f8cae commit 85b8397
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: YAML Lint
uses: ibiqlik/action-yamllint@v0.0.1
uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: .
- name: PHP Syntax Checker (Lint) PHP 7.3
uses: StephaneBour/actions-php-lint@7.3
- name: PHP Syntax Checker (Lint) PHP 8.2
uses: StephaneBour/actions-php-lint@8.2
with:
dir: '.'
- name: Shell Script Syntax Checks
uses: Klintrup/simple-shell-syntax-check@v2

0 comments on commit 85b8397

Please sign in to comment.