Skip to content

Commit

Permalink
TESTING 123
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Jan 21, 2025
1 parent 7fd3c0d commit 44cc28a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/cs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,21 @@ jobs:
- name: Show PHPCS results in PR
if: ${{ always() && steps.phpcs.outcome == 'failure' }}
run: cs2pr ./phpcs-report.xml

shellcheck: #----------------------------------------------------------------------
name: 'ShellCheck'
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up problem matcher
uses: lumaxis/shellcheck-problem-matchers@v2
with:
format: gcc

- name: Run ShellCheck
uses: ludeeus/[email protected]
with:
format: gcc

0 comments on commit 44cc28a

Please sign in to comment.