Skip to content

chore: add LICENSE #103

chore: add LICENSE

chore: add LICENSE #103

Workflow file for this run

---
name: lint
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
container: node:20
steps:
- uses: actions/checkout@v3
- name: run lint
run: make lint