Skip to content

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

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

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

Workflow file for this run

# Lint workflow — runs all linters 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 "lint"
name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
container:
image: ghcr.io/devrail-dev/dev-toolchain:v1
steps:
- uses: actions/checkout@v4
- name: Run lint
run: make _lint