Skip to content

Merge pull request #19 from jens-duttke/dependabot/npm_and_yarn/webpa… #36

Merge pull request #19 from jens-duttke/dependabot/npm_and_yarn/webpa…

Merge pull request #19 from jens-duttke/dependabot/npm_and_yarn/webpa… #36

Workflow file for this run

name: Ensure consistent coding style and find basic coding errors
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14
uses: actions/setup-node@v1
with:
node-version: '14'
- run: npm install
- run: npm run lint