Skip to content

chore(standards): bump conventional-commits hook to v1.1.0 (#6) #27

chore(standards): bump conventional-commits hook to v1.1.0 (#6)

chore(standards): bump conventional-commits hook to v1.1.0 (#6) #27

Workflow file for this run

# Format workflow — runs all formatters via the dev-toolchain container.
# This workflow runs as a separate status check on PRs.
# To block merges on failure, enable branch protection:
# Settings > Branches > Require status checks > Select "format"
name: Format
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
format:
runs-on: ubuntu-latest
container:
image: ghcr.io/devrail-dev/dev-toolchain:v1
steps:
- uses: actions/checkout@v4
- name: Run format
run: make _format