Skip to content

publish 0.3.1

publish 0.3.1 #16

Workflow file for this run

name: CI
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
jobs:
glslx:
name: CI
runs-on: ubuntu-latest
steps:
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 12
- name: Check out code
uses: actions/checkout@v2
- name: npm ci
run: npm ci
- name: make test
run: make test