kill-the-newsletter/.github/workflows/main.yml

11 lines
209 B
YAML
Raw Normal View History

2020-03-18 20:34:23 +01:00
on: push
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
2020-03-19 18:46:45 +01:00
with:
node-version: "13.x"
2020-03-18 20:34:23 +01:00
- run: npm install-ci-test