Skip to content

Update favours

Update favours #134

Workflow file for this run

name: Ringteki CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
env:
CXX: g++-4.9
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12.18.3'
- run: npm install
- run: npm install -g [email protected]
- name: Test
run: npm test
- name: Lint
run: npm run lint