Skip to content

Commit

Permalink
chore: run CI on canary (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua authored Sep 5, 2024
1 parent f73348c commit fa402c9
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 @@ -5,14 +5,17 @@ on: [push, pull_request]
jobs:
oak:
runs-on: ubuntu-latest
strategy:
matrix:
version: ["v1.x", canary]
steps:
- name: clone repository
uses: actions/checkout@v4

- name: install deno
uses: denoland/setup-deno@v1
with:
deno-version: 1.X
deno-version: ${{ matrix.version }}

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

0 comments on commit fa402c9

Please sign in to comment.