Skip to content

chore(deps-dev): bump webpack from 5.91.0 to 5.92.1 #746

chore(deps-dev): bump webpack from 5.91.0 to 5.92.1

chore(deps-dev): bump webpack from 5.91.0 to 5.92.1 #746

name: continuous-integration
on:
workflow_dispatch:
pull_request:
push:
branches:
- "main"
- "feature/**"
- "!all-contributors/**"
paths-ignore:
- "**/*.md"
jobs:
check:
runs-on: ubuntu-20.04
name: Check
steps:
-
uses: actions/[email protected]
-
uses: actions/[email protected]
with:
node-version: 18
- name: Cache node_modules
id: cache-node_modules
uses: actions/[email protected]
with:
path: node_modules
key: ${{ runner.os }}-node_modules-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-node_modules-
${{ runner.os }}-
- name: Install dependencies
if: steps.cache-node_modules.outputs.cache-hit != 'true'
run: |
yarn install --frozen-lockfile
- name: Lint
run: |
yarn lint
dependabot:
needs: check
uses: ./.github/workflows/dependabot-automerge.yaml