Skip to content

Commit

Permalink
add napi-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed May 13, 2024
1 parent 434bd66 commit 33ba1f8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ecosystem-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,13 @@ jobs:
ref: main
path: rolldown
command: ./oxlint --ignore-path=.oxlintignore --import-plugin --deny-warnings
name: Test ${{ matrix.repository }}

- repository: napi-rs/napi-rs
ref: main
path: napi-rs
command: ./oxlint --ignore-path=./.oxlintignore --import-plugin --deny-warnings -D correctness -A no-export

name: ${{ matrix.repository }}
steps:
- name: Clone ${{ matrix.repository }}
uses: actions/checkout@v4
Expand Down

0 comments on commit 33ba1f8

Please sign in to comment.