Skip to content

Merge pull request #121 from monti-apm/chore/lint-changes #314

Merge pull request #121 from monti-apm/chore/lint-changes

Merge pull request #121 from monti-apm/chore/lint-changes #314

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 14
- run: npm install
- run: npm run lint