Skip to content

Commit

Permalink
ghactions
Browse files Browse the repository at this point in the history
  • Loading branch information
inverted-capital committed Oct 23, 2024
1 parent 3fe6753 commit bd18bac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
strategy:
fail-fast: false
matrix:
deno:
- v2.x
os:
- ubuntu-latest
- windows-latest
Expand All @@ -30,7 +28,7 @@ jobs:
- name: Set up Deno
uses: denoland/setup-deno@v2
with:
deno-version: ${{ matrix.deno }}
deno-version: v2.x

- name: Run tests
run: deno task test
Expand Down Expand Up @@ -63,7 +61,7 @@ jobs:
- name: Set up Deno
uses: denoland/setup-deno@v2
with:
deno-version: canary
deno-version: v2.x

- name: Format
run: deno fmt --check
Expand Down Expand Up @@ -91,7 +89,7 @@ jobs:
- name: Set up Deno
uses: denoland/setup-deno@v2
with:
deno-version: canary
deno-version: v2.x

- name: Publish (dry run)
run: deno publish --dry-run
2 changes: 1 addition & 1 deletion .github/workflows/workspace_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Deno
uses: denoland/setup-deno@v2
with:
deno-version: canary
deno-version: v2.x

- name: Format
run: deno fmt --check
Expand Down

0 comments on commit bd18bac

Please sign in to comment.