Skip to content

build(deps-dev): bump webpack from 5.90.3 to 5.91.0 #1119

build(deps-dev): bump webpack from 5.90.3 to 5.91.0

build(deps-dev): bump webpack from 5.90.3 to 5.91.0 #1119

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 20
cache: 'yarn'
- name: Yarn install
run: yarn install
- name: Run prettier
run: yarn lint