Skip to content

added es lint checking flow #1

added es lint checking flow

added es lint checking flow #1

Workflow file for this run

name: ES Lint Check
on:
push:
branches:
- deployment-workflow
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bradennapier/[email protected]