Skip to content

docs: updated LICENSE.md. #24

docs: updated LICENSE.md.

docs: updated LICENSE.md. #24

Workflow file for this run

name: Lint files
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: lint files
run: yarn install && yarn lint