Skip to content

Commit

Permalink
Run BC check directly
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowhand committed Oct 15, 2024
1 parent b19dea7 commit 83a9a01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ insert_final_newline=true
indent_style=space
indent_size=4

[*.yml]
[*.{yaml,yml}]
indent_size=2
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,11 @@ jobs:
- name: "Checkout code"
uses: "actions/checkout@v3"

- name: "Roave BC Check"
uses: "docker://nyholm/roave-bc-check-ga"
- name: "Install Roave BC check"
run: "composer require --dev roave/backward-compatibility-check"

- name: "Run Roave BC check"
run: "vendor/bin/roave-backward-compatibility-check"

tests:
name: "Tests"
Expand Down

0 comments on commit 83a9a01

Please sign in to comment.