Skip to content

chore: update copyright year #119

chore: update copyright year

chore: update copyright year #119

Workflow file for this run

name: Check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- name: Format
run: deno fmt --check
- name: Lint
run: deno lint
- name: Check
run: deno check src/mod.ts