Skip to content

Commit

Permalink
Drop Roave BC Check (#67)
Browse files Browse the repository at this point in the history
It started failing. If anyone know how to fix and bring it back - please open a PR :)
  • Loading branch information
bocharsky-bw committed Jan 29, 2024
1 parent 6be0381 commit 0f4702c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/static-code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,3 @@ jobs:
uses: docker://jakzal/phpqa:php7.3-alpine
with:
args: php-cs-fixer fix --diff --dry-run -vvv

roave-bc-check:
name: Roave BC Check
runs-on: ubuntu-latest

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

- name: Roave BC Check
uses: docker://nyholm/roave-bc-check-ga

0 comments on commit 0f4702c

Please sign in to comment.