Skip to content

Commit

Permalink
ci: add matrix for multiple os
Browse files Browse the repository at this point in the history
  • Loading branch information
detj committed May 1, 2023
1 parent c19129d commit ab982fc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- uses: actions/checkout@v3
- uses: denoland/setup-deno@v1
- name: Use deno v1.x on ${{ matrix.os }}
uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- run: deno lint
Expand Down

0 comments on commit ab982fc

Please sign in to comment.