Skip to content

chore: minor

chore: minor #383

Workflow file for this run

name: 'dhis2: checks'
on: push
jobs:
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Install
run: yarn install --frozen-lockfile
- name: Linter Checks
run: yarn linter:check
env:
CI: true