Skip to content

Merge pull request #318 from openstad/bugfix/trimming-issue #225

Merge pull request #318 from openstad/bugfix/trimming-issue

Merge pull request #318 from openstad/bugfix/trimming-issue #225

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm i
- name: Run ESLint
run: npm run lint