Skip to content

Commit

Permalink
test: Add bun test
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuyoshicho committed Feb 10, 2025
1 parent d3fd1b4 commit 2ae5ade
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,31 @@ jobs:
reporter: github-pr-check
textlint_flags: "doc/**"

test-pr-check-bun:
if: github.event_name == 'pull_request'
name: runner / textlint (github-pr-check)
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: 20
- name: Setup bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: textlint-github-check
uses: ./
with:
github_token: ${{ secrets.github_token }}
package_manager: pnpm
reporter: github-pr-check
textlint_flags: "doc/**"

test-pr-review:
if: github.event_name == 'pull_request'
name: runner / textlint (github-pr-review)
Expand Down

0 comments on commit 2ae5ade

Please sign in to comment.