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 25, 2023
1 parent f8a034e commit c0d2aba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stage0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
image: ghcr.io/siskapavel/docker_image:ol9
steps:
- name: test
run: echo "test"
run: cat /etc/os-release
- name: Check clang-format
run: find . -type f -regex '.*\\.\\(hpp\\|cpp\\)$' -print0 | xargs -0 clang-format --dry-run --Werror --style=file"
run: find . -type f -regex '.*\\.\\(hpp\\|cpp\\)$' -print0 | xargs -0 clang-format --dry-run --Werror --style=file

0 comments on commit c0d2aba

Please sign in to comment.