Skip to content

Bump the npm_and_yarn group across 1 directory with 3 updates #93

Bump the npm_and_yarn group across 1 directory with 3 updates

Bump the npm_and_yarn group across 1 directory with 3 updates #93

Workflow file for this run

name: pre-commit
on:
push:
branches:
- develop
- main
pull_request:
branches:
- develop
- main
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.11
- uses: pre-commit/action@v3.0.0