setup-node/.github/main.workflow.yml
Danny McCormick d9c009eb56
Try lowercase
2019-06-07 14:28:59 -04:00

17 lines
299 B
YAML

on: push
jobs:
build:
runs-on: ${{ 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