Skip to content

fix: bad negation in cache #64

fix: bad negation in cache

fix: bad negation in cache #64

Workflow file for this run

name: check
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
check:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- run: deno fmt --check
- run: deno lint
- run: deno cache deps/mod.ts
- run: deno test
- run: npx jsr publish --dry-run