Skip to content

Merge pull request #88 from datagouv/agarrone-patch-3 #367

Merge pull request #88 from datagouv/agarrone-patch-3

Merge pull request #88 from datagouv/agarrone-patch-3 #367

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: "12.x"
- run: npm ci
- run: npm run lint
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: "12.x"
- run: npm ci
- run: npm test