Commit bcf864b 1 parent d611d33 commit bcf864b Copy full SHA for bcf864b
File tree 2 files changed +22
-11
lines changed
2 files changed +22
-11
lines changed Original file line number Diff line number Diff line change 6
6
tests :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v4
10
- - uses : cachix/install-nix-action@v25
11
- with :
12
- github_access_token : ${{ secrets.GITHUB_TOKEN }}
13
- - uses : cachix/cachix-action@v14
14
- with :
15
- name : syndicationd
16
- authToken : ' ${{ secrets.CACHIX_AUTH_TOKEN }}'
17
- - run : nix develop .#ci --accept-flake-config --command just check
18
-
9
+ - uses : actions/checkout@v4
10
+ - uses : cachix/install-nix-action@v25
11
+ with :
12
+ github_access_token : ${{ secrets.GITHUB_TOKEN }}
13
+ - uses : cachix/cachix-action@v14
14
+ with :
15
+ name : syndicationd
16
+ authToken : ' ${{ secrets.CACHIX_AUTH_TOKEN }}'
17
+ - run : nix develop .#ci --accept-flake-config --command just check
18
+ spell_check :
19
+ runs-on : ubuntu-latest
20
+ steps :
21
+ - uses : actions/checkout@v4
22
+ - uses : crate-ci/typos@v1.18.2
23
+ with :
24
+ config : " ./typos.toml"
Original file line number Diff line number Diff line change 1
1
[files ]
2
- extend-exclude = [" crates/synd_api/src/client/github/schema.json" , " CHANGELOG.md" ]
2
+ extend-exclude = [
3
+ # Could not fix github api typo
4
+ " crates/synd_api/src/client/github/schema.json" ,
5
+ # Ignore commit message typo
6
+ " CHANGELOG.md" ,
7
+ ]
3
8
4
9
[default .extend-words ]
5
10
"ratatui" = " ratatui"
You can’t perform that action at this time.
0 commit comments