setup-node/.github/main.workflow.yml
2019-06-07 14:23:11 -04:00

19 lines
298 B
YAML

on: push
jobs:
build:
queue: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [Linux, macOS, Windows]
actions:
- name: npm install
run: npm install
- name: Lint
run: npm run format-check
- name: npm test
run: npm test