Skip to content

Commit

Permalink
add windows pr check
Browse files Browse the repository at this point in the history
  • Loading branch information
taishinaritomi committed Sep 13, 2023
1 parent 6fd74f9 commit 359c2dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ concurrency:
cancel-in-progress: true
jobs:
pr_check:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-node
Expand Down

0 comments on commit 359c2dc

Please sign in to comment.