Skip to content

Commit

Permalink
Update stage0.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SiskaPavel authored Oct 24, 2023
1 parent 18a91e5 commit c1ae412
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/stage0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,14 @@ jobs:
with:
name: docker_image
path: /tmp
- name: Load image
run: |
docker load --input /tmp/myimage.tar
docker image ls -a

test_stage:
runs-on: ubuntu-latest
needs: check
container:
image: /tmp/docker_image
steps:
- name: test
run: echo "test"
- name: Check clang-format
run: find . -type f -regex '.*\\.\\(hpp\\|cpp\\)$' -print0 | xargs -0 clang-format --dry-run --Werror --style=file"

0 comments on commit c1ae412

Please sign in to comment.