Skip to content

Commit

Permalink
Merge branch 'main' into react/prefer-es6-class
Browse files Browse the repository at this point in the history
  • Loading branch information
DonIsaac authored Jun 24, 2024
2 parents 3f69ca5 + 8c61f9c commit ecaecc3
Show file tree
Hide file tree
Showing 115 changed files with 4,755 additions and 3,727 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
cache-key: benchmark-linter
save-cache: ${{ github.ref_name == 'main' }}

- uses: mozilla-actions/sccache-action@v0.0.4
- uses: mozilla-actions/sccache-action@v0.0.5
if: ${{ vars.USE_SCCACHE == 'true' }}

- name: Build benchmark
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
save-cache: ${{ github.ref_name == 'main' }}
cache-key: warm
# cache build outputs to speed up compilation
- uses: mozilla-actions/sccache-action@v0.0.4
- uses: mozilla-actions/sccache-action@v0.0.5
if: ${{ vars.USE_SCCACHE == 'true' }}
- run: cargo ck
- run: cargo test --no-run
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: taiki-e/checkout-action@v1
- uses: crate-ci/typos@v1.22.7
- uses: crate-ci/typos@v1.22.9
with:
files: .

Expand Down Expand Up @@ -281,7 +281,7 @@ jobs:
save-cache: ${{ github.ref_name == 'main' }}
tools: just

- uses: mozilla-actions/sccache-action@v0.0.4
- uses: mozilla-actions/sccache-action@v0.0.5

- name: Clone submodules
if: steps.filter.outputs.src == 'true'
Expand Down
Loading

0 comments on commit ecaecc3

Please sign in to comment.