Skip to content

Commit

Permalink
Fix bc check
Browse files Browse the repository at this point in the history
  • Loading branch information
MyIgel committed Dec 10, 2022
1 parent e5e8400 commit a17ac2d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/bc-check.yaml
Expand Up @@ -17,4 +17,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Roave BC Check"
uses: "docker://nyholm/roave-bc-check-ga"
uses: "addnab/docker-run-action@v3"
with:
image: "nyholm/roave-bc-check-ga"
options: "-v ${{ github.workspace }}:/app -u 1001 -e GITHUB_REPOSITORY=${{ github.repository }}"

0 comments on commit a17ac2d

Please sign in to comment.