Skip to content

Merge pull request #106 from RezkyRizaldi/dependabot/npm_and_yarn/esl… #318

Merge pull request #106 from RezkyRizaldi/dependabot/npm_and_yarn/esl…

Merge pull request #106 from RezkyRizaldi/dependabot/npm_and_yarn/esl… #318

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
eslint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.x
- name: npm install, build, and lint
run: |
npm install
npm run build --if-present
npm run-script lint