add lint workflow

not sure that this works yet, we will see
This commit is contained in:
hazycora 2024-07-30 13:19:59 -05:00
parent 24f5dcea91
commit a1e97f8334
No known key found for this signature in database
GPG Key ID: 215AF1F81F86940E

View File

@ -0,0 +1,16 @@
name: Lint
on:
pull_request:
push:
branches:
- main
jobs:
eslint:
runs-on: docker
steps:
- name: Checkout repository
uses: https://code.forgejo.org/actions/checkout@v4
- run: pnpm install --frozen-lockfile
- run: pnpm run lint