Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ditorconfig-checker.javascript into fix-add-support-for-zip
  • Loading branch information
lumirlumir committed Jan 9, 2025
2 parents c84c197 + c80a2e0 commit 3586dc7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ on:

jobs:
build_and_lint:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 3586dc7

Please sign in to comment.