Skip to content

Commit

Permalink
Merge branch 'oxc-project:main' into linter/no_restricted_imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Spoutnik97 authored Dec 4, 2024
2 parents d3f2c74 + e5145b0 commit a168894
Show file tree
Hide file tree
Showing 138 changed files with 6,649 additions and 3,266 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: taiki-e/checkout-action@v1
- uses: crate-ci/typos@v1.27.3
- uses: crate-ci/typos@v1.28.2
with:
files: .

Expand Down Expand Up @@ -285,11 +285,12 @@ jobs:
- uses: Boshen/setup-rust@main
if: steps.filter.outputs.src == 'true'
with:
save-cache: ${{ github.ref_name == 'main' }}
cache-key: warm
- uses: ./.github/actions/pnpm
if: steps.filter.outputs.src == 'true'
- run: pnpm run build
- run: pnpm run build-dev
if: steps.filter.outputs.src == 'true'
- run: pnpm run test
if: steps.filter.outputs.src == 'true'
- run: git diff --exit-code # Must commit everything
if: steps.filter.outputs.src == 'true'
4 changes: 4 additions & 0 deletions .github/workflows/deny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ on:
types: [opened, synchronize]
paths:
- "Cargo.lock"
- "deny.toml"
- ".github/workflows/deny.yml"
push:
branches:
- main
paths:
- "Cargo.lock"
- "deny.toml"
- ".github/workflows/deny.yml"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
Expand Down
Loading

0 comments on commit a168894

Please sign in to comment.