Skip to content

Commit e455adc

Browse files
committed
Remove Conventional Commit constraint
1 parent a93b905 commit e455adc

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

.github/workflows/check_commit_messages.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/workflows/check_policies.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,6 @@ name: check-policies
33
on: [pull_request]
44

55
jobs:
6-
check-commit-messages:
7-
runs-on: ubuntu-latest
8-
steps:
9-
- uses: actions/checkout@v4
10-
with:
11-
# Checkout with full history, not just latest revision.
12-
fetch-depth: 0
13-
- uses: actions/setup-python@v5
14-
with:
15-
python-version: '3.10'
16-
- run: |
17-
bash .github/workflows/check_commit_messages.sh \
18-
${{ github.event.before }} ${{ github.event.after }}
19-
206
check-formatting:
217
runs-on: ubuntu-latest
228
steps:

0 commit comments

Comments
 (0)