Skip to content

Merge pull request #52 from tricities-dev/dependabot/npm_and_yarn/vit… #107

Merge pull request #52 from tricities-dev/dependabot/npm_and_yarn/vit…

Merge pull request #52 from tricities-dev/dependabot/npm_and_yarn/vit… #107

Workflow file for this run

# Runs eslint
name: ESLint
on: [push, pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
- run: npm install
- run: npm run lint