Skip to content

Commit

Permalink
chore: remove unsless oxc_resolve ci files (#1682)
Browse files Browse the repository at this point in the history
  • Loading branch information
fireairforce committed Dec 15, 2023
1 parent 32db5d2 commit 0f77e5d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ A-semantic:
- changed-files:
- any-glob-to-any-file: ['crates/oxc_semantic/**']

A-resolver:
- changed-files:
- any-glob-to-any-file: ['crates/oxc_resolver/**']

A-type-checking:
- changed-files:
- any-glob-to-any-file: ['crates/oxc_type_synthesis/**']
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
run: |
rustup target add wasm32-unknown-unknown
cargo check -p oxc_wasm --target wasm32-unknown-unknown
cargo check -p oxc_resolver --target wasm32-unknown-unknown
typos:
name: Spell Check
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ on:
- 'crates/oxc_formatter/**'
- 'crates/oxc_linter/**'
- 'crates/oxc_query/**'
- 'crates/oxc_resolver/**'
- 'crates/oxc_type_synthesis/**'
- 'crates/oxc_wasm/**'
- 'crates/oxc_prettier/**'
Expand All @@ -34,7 +33,6 @@ on:
- 'crates/oxc_formatter/**'
- 'crates/oxc_linter/**'
- 'crates/oxc_query/**'
- 'crates/oxc_resolver/**'
- 'crates/oxc_type_synthesis/**'
- 'crates/oxc_wasm/**'

Expand Down

0 comments on commit 0f77e5d

Please sign in to comment.