Skip to content

Merge pull request #223 from TiborUdvari/fix/p5-v1.10.0 #248

Merge pull request #223 from TiborUdvari/fix/p5-v1.10.0

Merge pull request #223 from TiborUdvari/fix/p5-v1.10.0 #248

Workflow file for this run

name: Check linting, unit tests, and build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- name: checkout master
uses: actions/checkout@master
- name: setup node
uses: actions/setup-node@v1
with:
node-version: '16.x'
- name: clean install dependencies and build
run: |
npm ci
npm run grunt