Skip to content

Merge pull request #5 from CybersecurityLuxembourg/validation #273

Merge pull request #5 from CybersecurityLuxembourg/validation

Merge pull request #5 from CybersecurityLuxembourg/validation #273

Workflow file for this run

name: Run ESLint
on: [push]
jobs:
build:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '11.x'
- run: npm install
- run: npm run lint