We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7b116 commit 51b5fbcCopy full SHA for 51b5fbc
.github/workflows/ci.yml
@@ -5,6 +5,8 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- uses: actions/checkout@v4
8
+ - name: init
9
+ run: sudo apt update -yqq && sudo apt install -yqq clang-19
10
- name: format code
11
run: scripts/format_code.sh
12
- name: check diff
0 commit comments