Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mjoerussell committed Feb 11, 2025
1 parent 58d3bb2 commit 309d5fe
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- name: "Checkout Repository"
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683"

- uses: actions-rust-lang/setup-rust-toolchain@v1

Check failure on line 27 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / ci

27:15 [quoted-strings] string value is not quoted with double quotes

# Cache is updated in this workflow, and reused in subsequent workflows.
# Always start with a fresh cache when running on the main branch.
- name: "Restore Cache"
Expand All @@ -34,19 +36,15 @@ jobs:
# Run all CI steps in order: _SLANG_INFRA_CI_STEPS_ORDERED_ (keep in sync)
#
- name: "infra setup"
uses: actions-rust-lang/setup-rust-toolchain@v1
run: "./scripts/bin/infra setup"

- name: "infra check"
uses: actions-rust-lang/setup-rust-toolchain@v1
run: "./scripts/bin/infra check"

- name: "infra test"
uses: actions-rust-lang/setup-rust-toolchain@v1
run: "./scripts/bin/infra test"

- name: "infra lint"
uses: actions-rust-lang/setup-rust-toolchain@v1
run: "./scripts/bin/infra lint"

- name: "Save Cache"
Expand Down

0 comments on commit 309d5fe

Please sign in to comment.