Skip to content

Commit

Permalink
Run Roave BC check (webmozarts#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm authored Mar 11, 2021
1 parent 6964c76 commit f07851c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,18 @@ jobs:
- name: "Run vimeo/psalm"
run: "ci/vendor/bin/psalm --threads=4"

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"

tests:
name: "Tests"

Expand Down

0 comments on commit f07851c

Please sign in to comment.