Skip to content

Bump webpack from 5.75.0 to 5.94.0 #63

Bump webpack from 5.75.0 to 5.94.0

Bump webpack from 5.75.0 to 5.94.0 #63

Workflow file for this run

name: Yarn Lint
on:
push:
branches: ['main']
paths-ignore:
- 'README.md'
- '.devcontainer/**'
- '.github/**'
pull_request:
branches: ['main']
paths-ignore:
- 'README.md'
- '.devcontainer/**'
- '.github/**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Enable Corepack
run: corepack enable
- name: Install dependencies
run: yarn --immutable
- name: Lint
run: yarn lint