Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
sabudilovskiy committed Nov 27, 2023
1 parent 1d1f1fb commit cba2e1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ jobs:
run: |
sudo apt install g++-11
export CXX=/usr/bin/g++-11
- name: Gen list of source and check diffs with commit
- name: Gen list of source and format all
run: |
make gen
make format-all
- name: Check format sources
run: |
make check-format
Expand Down

0 comments on commit cba2e1f

Please sign in to comment.