mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-06-05 21:17:40 +00:00
update github actions
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
d3127b35c8
commit
7d5e2a3241
1 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
|||
name: ci
|
||||
name: validation
|
||||
|
||||
on: [push]
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
@ -9,6 +12,8 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Set up NodeJs
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 16
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
- name: Linter
|
Loading…
Add table
Reference in a new issue