Skip to content

docs: updated LICENSE.md. (#40) #29

docs: updated LICENSE.md. (#40)

docs: updated LICENSE.md. (#40) #29

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