Skip to content

Bump lodash from 4.17.21 to 4.17.23 in /web in the npm_and_yarn group across 1 directory #84

Bump lodash from 4.17.21 to 4.17.23 in /web in the npm_and_yarn group across 1 directory

Bump lodash from 4.17.21 to 4.17.23 in /web in the npm_and_yarn group across 1 directory #84

Workflow file for this run

name: autofix.ci
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: mhils/workflows/checkout@af886cbabab992a8e7db75c6af3516af2b1f5a1c
- uses: mhils/workflows/setup-uv@af886cbabab992a8e7db75c6af3516af2b1f5a1c
# If we need to update the lockfile (--check returns an error),
# make sure to upgrade everything.
- run: uv lock --check || uv lock --upgrade
- uses: mhils/workflows/uv-sync@af886cbabab992a8e7db75c6af3516af2b1f5a1c
- run: ruff check --fix-only .
- run: ruff format .
- run: web/gen/all
- uses: actions/setup-node@v6
with:
node-version-file: .github/node-version.txt
- run: npm ci
working-directory: web
- run: npm run eslint
working-directory: web
continue-on-error: true
- run: npm run prettier
working-directory: web
- uses: mhils/add-pr-ref-in-changelog@main
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27