Skip to content

fix: bug where updating fails #3

fix: bug where updating fails

fix: bug where updating fails #3

Workflow file for this run

name: bench
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- name: 🏇 Run benchmarks
run: deno task bench