Skip to content

Merge pull request #23 from jnssnmrcs/fix-typo #21

Merge pull request #23 from jnssnmrcs/fix-typo

Merge pull request #23 from jnssnmrcs/fix-typo #21

Workflow file for this run

name: lint
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: 🔠 Lint project
run: deno lint