Skip to content

Improve Range header #116

Improve Range header

Improve Range header #116

Workflow file for this run

name: lint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install
- run: npm run lint
- uses: denoland/setup-deno@v1
with:
deno-version: canary
- run: deno lint