mirror of
https://github.com/morbalint/kemkas.git
synced 2026-07-17 19:03:46 +00:00
add simple ci pipeline
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
when:
|
||||||
|
- event: [push, pull_request, manual]
|
||||||
|
branch: [main]
|
||||||
|
|
||||||
|
steps:
|
||||||
|
unit-test-and-lint:
|
||||||
|
image: node:24
|
||||||
|
commands:
|
||||||
|
- corepack enable
|
||||||
|
- corepack prepare yarn@1.22.22 --activate
|
||||||
|
- cd frontend
|
||||||
|
- yarn install --frozen-lockfile
|
||||||
|
- yarn run test
|
||||||
|
- yarn run lint
|
||||||
Reference in New Issue
Block a user