Skip to content

Commit

Permalink
Test #4
Browse files Browse the repository at this point in the history
  • Loading branch information
ellioty committed Sep 24, 2022
1 parent dbd7275 commit 6e5da82
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/cargo-toml-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install toolchain
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
# - name: Install toolchain
# - uses: actions-rs/toolchain@v1
# with:
# toolchain: stable

- name: Install Cargo.toml Linter
uses: baptiste0928/cargo-install@v1
with:
crate: cargo-toml-lint
version: 0.1
# - name: Install Cargo.toml Linter
# uses: baptiste0928/cargo-install@v1
# with:
# crate: cargo-toml-lint
# version: 0.1

# - name: Run Cargo.toml Linter
# run: git ls-files | grep Cargo.toml$ | xargs --verbose -n 1 cargo-toml-lint
# # run: exit 1
# - name: Run Cargo.toml Linter
# run: git ls-files | grep Cargo.toml$ | xargs --verbose -n 1 cargo-toml-lint
# # run: exit 1

# notify-if-failure:
# needs: cargo-toml-lint
Expand Down

0 comments on commit 6e5da82

Please sign in to comment.