We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4064e07 commit efed266Copy full SHA for efed266
.github/workflows/main.yml
@@ -4,18 +4,24 @@
4
name: main
5
6
on:
7
- push:
8
- branches:
9
- - "**"
+ pull_request:
+ merge_group:
10
11
jobs:
+ typos-check:
12
+ name: Typos Check
13
+ runs-on: ubuntu-latest
14
+ steps:
15
+ - uses: actions/checkout@v4
16
+ - uses: crate-ci/[email protected]
17
+
18
formatting-check:
19
name: Formatting Check
20
runs-on: ubuntu-latest
21
steps:
22
- uses: actions/checkout@v4
- - uses: jidicula/clang-format-action@v4.9.0
- with: { clang-format-version: "16" }
23
+ - uses: jidicula/clang-format-action@v4.11.0
24
+ with: { clang-format-version: "18" }
25
26
test-windows:
27
runs-on: windows-latest
typos.toml
@@ -0,0 +1,2 @@
1
+[files]
2
+extend-exclude = ["CHANGELOG.md"]
0 commit comments