Skip to content

Port drone build tasks to gh workflows + actions #23

Port drone build tasks to gh workflows + actions

Port drone build tasks to gh workflows + actions #23

Workflow file for this run

name: check-build
on:
pull_request:
branches:
- master
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16.x'
- name: Validate build
run: |
yarn install
yarn run build