Skip to content

Commit

Permalink
install clang-format
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Hahn <[email protected]>
  • Loading branch information
quantumsteve committed Sep 6, 2024
1 parent 66f6af6 commit fc2f83e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ jobs:
steps:
- name: Git checkout
uses: actions/checkout@v4
- name: Makedir
- name: install
working-directory: ${{runner.workspace}}/asgard
run: apt install -y clang-format-12
- name: check
working-directory: ${{runner.workspace}}/asgard
run: ./testing/automated/clang-format-check.sh
build:
Expand Down

0 comments on commit fc2f83e

Please sign in to comment.