This commit is contained in:
parent
cab76c5abd
commit
50294b1519
24
.gitea/workflows/ci.yml
Normal file
24
.gitea/workflows/ci.yml
Normal file
@ -0,0 +1,24 @@
|
||||
name: 'CI'
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
|
||||
- name: 🛠 setup pnpm
|
||||
uses: pnpm/action-setup@v4.0.0
|
||||
|
||||
- name: ⚙ Install dependencies
|
||||
run: pnpm i
|
||||
|
||||
- name: ⌨️ Lint
|
||||
run: pnpm lint
|
Loading…
Reference in New Issue
Block a user