Skip to content

Bump webpack from 5.68.0 to 5.94.0 #37

Bump webpack from 5.68.0 to 5.94.0

Bump webpack from 5.68.0 to 5.94.0 #37

Workflow file for this run

name: LINT CI
on:
pull_request:
push:
branches:
- master
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm ci
- name: Run ESLint
run: npm run-script eslint
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm ci
- name: Run Prettier Check
run: npm run-script prettier-check