Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ximaz committed May 3, 2024
1 parent 5a746c7 commit 92376b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
- name: "Checkout"
uses: actions/checkout@v4.1.4

- name: "Set up QEMU"
uses: docker/setup-qemu-action@v3

- name: "Get banana profile"
run: |
git clone https://${{ env.PERSONNAL_ACCESS_TOKEN }}@github.com/Epitech/banana-coding-style-checker
mv banana-coding-style-checker/vera .
rm -rf banana-coding-style-checker
ls
- name: "Set up QEMU"
uses: docker/setup-qemu-action@v3

- name: "Set up Docker Buildx"
uses: docker/setup-buildx-action@v3
with:
Expand Down

0 comments on commit 92376b3

Please sign in to comment.