Skip to content

chore(deps-dev): Bump webpack from 4.46.0 to 5.85.0 #305

chore(deps-dev): Bump webpack from 4.46.0 to 5.85.0

chore(deps-dev): Bump webpack from 4.46.0 to 5.85.0 #305

Workflow file for this run

name: Lint Code Base
on: [push]
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_EDITORCONFIG: true
VALIDATE_MARKDOWN: true