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 7a904e8 commit ea5e28e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,12 @@ jobs:
run: |
sudo apt install g++-11
export CXX=/usr/bin/g++-11
- name: Check format sources
run: |
make check-format
- name: Gen list of source and check diffs with commit
run: |
make gen
make unite-api
- name: Check format sources
run: |
make check-format
make check-git-status
- name: Reuse ccache directory
uses: actions/cache@v2
Expand Down

0 comments on commit ea5e28e

Please sign in to comment.