Skip to content

Merge pull request #52 from johannesmarx/fix/problem-json-inheritance2 #229

Merge pull request #52 from johannesmarx/fix/problem-json-inheritance2

Merge pull request #52 from johannesmarx/fix/problem-json-inheritance2 #229

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
persist-credentials: false
- name: Install
run: npm install
- name: Lint
run: npm run lint
- name: Test
run: npm run test