Skip to content

chore(deps): bump the actions group across 1 directory with 19 updates #184

chore(deps): bump the actions group across 1 directory with 19 updates

chore(deps): bump the actions group across 1 directory with 19 updates #184

Workflow file for this run

name: Pre-commit checks
on:
pull_request:
types:
- opened
- edited
- synchronize
branches: [ main ]
permissions:
contents: read
pull-requests: write
security-events: write
jobs:
conventional-commits:
uses: ./.github/workflows/conventional-commits.yml
if: github.event_name == 'pull_request'
permissions:
pull-requests: write
validation:
uses: ./.github/workflows/validation.yml
permissions:
contents: read
pull-requests: write
security:
uses: ./.github/workflows/security.yml
permissions:
contents: read
security-events: write