Skip to content

Commit 457d0a3

Browse files
authored
Merge pull request #275 from influxdata/crepererum/tombi-ci
ci: use `install-action` to fetch `tombi` instead of `setup-tombi`
2 parents 070441b + ef65511 commit 457d0a3

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)