mirror of
https://git.gay/lucida/lucida
synced 2025-12-11 20:15:14 +01:00
add lint workflow
not sure that this works yet, we will see
This commit is contained in:
parent
24f5dcea91
commit
a1e97f8334
16
.forgejo/workflows/lint.yml
Normal file
16
.forgejo/workflows/lint.yml
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user