Files
humans.txt/.github/workflows/ci.yml
Tim Ruffles 872bad546e Add CI
2019-12-19 15:43:45 +00:00

14 lines
177 B
YAML

on:
push:
branches: ["**"]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install --production
- run: "./test.sh"