Skip to content

Merge pull request #82 from malmeloo/renovate/tomli-2.x-lockfile #171

Merge pull request #82 from malmeloo/renovate/tomli-2.x-lockfile

Merge pull request #82 from malmeloo/renovate/tomli-2.x-lockfile #171

Workflow file for this run

name: Pre-commit
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: './.github/actions/setup-project'
with:
dependency-groups: 'dev,test'
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
if: always()