Skip to content

fix: Use correct version of Deno in CI #19

fix: Use correct version of Deno in CI

fix: Use correct version of Deno in CI #19

Workflow file for this run

name: Release
on:
push:
branches:
- main
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
test:
uses: ./.github/workflows/test.yml
secrets:
GIST_SECRET: ${{ secrets.GIST_SECRET }}