Added Woodpeaker CI

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2023-05-19 01:39:18 +05:30
parent c8616162d3
commit de6d4029ba
Signed by: bravo68web
GPG Key ID: F5671FD7BCB9917A
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
name: Testing workflow
on:
- push
jobs:
lint:
name: check and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- run: npm install -g yarn
- run: yarn
- run: yarn build