mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-06-06 21:47:40 +00:00
github actions added
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
f096bc01ab
commit
05d1fa516d
1 changed files with 17 additions and 0 deletions
17
.github/workflows/ci.yml
vendored
Normal file
17
.github/workflows/ci.yml
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
name: ci
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up NodeJs
|
||||
uses: actions/setup-node@v2
|
||||
- name: Install dependencies
|
||||
run: npm run ci
|
||||
- name: Linter
|
||||
run: npm run lint
|
||||
- name: Typecheck
|
||||
run: npm run typecheck
|
Loading…
Add table
Reference in a new issue