File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -29,16 +29,10 @@ jobs:
2929 - name : Install `yamllint`
3030 run : pip install --requirement=.github/workflows/requirements.txt
3131
32- - name : Install `cargo-deny` & `just` & 'typos'
32+ - name : Install `cargo-deny` & `just` & `tombi` & 'typos'
3333 uses : taiki-e/install-action@b9c5db3aef04caffaf95a1d03931de10fb2a140f # v2
3434 with :
35- tool : cargo-deny,just,typos
36-
37- - name : Install `tombi`
38- uses : tombi-toml/setup-tombi@2119ac80a557c9fb2e7012858e63c22d8bf26cdb # v1
39- env :
40- # need token to prevent potential rate limiting, see https://github.com/tombi-toml/setup-tombi/issues/9
41- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
35+ tool : cargo-deny,just,tombi,typos
4236
4337 - name : Install stable toolchain
4438 uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
You can’t perform that action at this time.
0 commit comments