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 59da939
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/bc-check.yaml
Expand Up @@ -17,4 +17,8 @@ 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 }}"
run: "/entrypoint.sh"

0 comments on commit 59da939

Please sign in to comment.