diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b69edce..e7f67050 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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