Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
dummy toml-lint step
Browse files Browse the repository at this point in the history
  • Loading branch information
Rashad Alston authored and Rashad Alston committed Mar 15, 2023
1 parent cff36a4 commit 075f74d
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,17 @@ jobs:
- check-rustc
runs-on: buildjet-4vcpu-ubuntu-2204
steps:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ env.RUSTC_VERSION }}
- name: setup binstall
uses: taiki-e/install-action@cargo-binstall
- name: Install Cargo.toml linter
run: cargo binstall --no-confirm cargo-sort
- name: Run Cargo.toml sort check
run: cargo sort -w --check
- run: true
# steps:
# - uses: dtolnay/rust-toolchain@master
# with:
# toolchain: ${{ env.RUSTC_VERSION }}
# - name: setup binstall
# uses: taiki-e/install-action@cargo-binstall
# - name: Install Cargo.toml linter
# run: cargo binstall --no-confirm cargo-sort
# - name: Run Cargo.toml sort check
# run: cargo sort -w --check packages/**/Cargo.toml

set-env-vars:
needs:
Expand Down

0 comments on commit 075f74d

Please sign in to comment.