Skip to content

Commit

Permalink
continue on error at step level
Browse files Browse the repository at this point in the history
  • Loading branch information
remyperona committed Feb 3, 2025
1 parent ff08608 commit 3dc4cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ on:
jobs:
run:
runs-on: ${{ matrix.operating-system }}
continue-on-error: true
strategy:
matrix:
operating-system: [ubuntu-latest]
Expand All @@ -36,4 +35,5 @@ jobs:
run: composer install --prefer-dist --no-interaction --no-scripts

- name: Lint with phpcs
continue-on-error: true
run: composer phpcs

0 comments on commit 3dc4cdc

Please sign in to comment.