Skip to content

Merge pull request #1458 from flanksource/1400-notifications-template… #4112

Merge pull request #1458 from flanksource/1400-notifications-template…

Merge pull request #1458 from flanksource/1400-notifications-template… #4112

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
paths:
- 'Makefile'
- '**.jsx?'
- '**.tsx?'
- '**/.babelrc'
- '**/.eslint*'
- '**/.prettierrc*'
- '**/package.json'
- '**/github/workflows/lint.yml'
jobs:
eslint:
runs-on: ubuntu-latest
container:
image: node:16-alpine
steps:
- uses: actions/checkout@master
- run: npm i
- run: npm run lint:eslint