Skip to content

Block fixup commits #134

Block fixup commits

Block fixup commits #134

Workflow file for this run

name: main
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint-test:
uses: ./.github/workflows/lint-test.yaml
fixup-commit-blocker:
uses: python-discord/.github/.github/workflows/block-fixup-commits.yaml@main
needs: lint-test
if: github.event_name == "pull_request"

Check failure on line 21 in .github/workflows/main.yaml

View workflow run for this annotation

GitHub Actions / main

Invalid workflow file

The workflow is not valid. .github/workflows/main.yaml (Line: 21, Col: 9): Unexpected symbol: '"pull_request"'. Located at position 22 within expression: github.event_name == "pull_request"
docs:
uses: ./.github/workflows/docs.yaml