Skip to content

Commit

Permalink
updatwe
Browse files Browse the repository at this point in the history
  • Loading branch information
SiskaPavel committed Oct 24, 2023
1 parent 251009c commit dc4e343
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
name: check
on:
push:
branches: '*'
pull_request:
branches: '*'
workflow_run:
workflows: ["prepare"]
types: [completed] #requested
#on:
# workflow_run:
# workflows: ["prepare"]
# types:
# - completed
jobs:
container-check:
uses: ./.github/workflows/prepare.yml
secrets: inherit
on-success:
runs-on: ubuntu-latest
container:
image: docker_image:ol9
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 dc4e343

Please sign in to comment.