We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a93b905 commit e455adcCopy full SHA for e455adc
.github/workflows/check_commit_messages.sh
.github/workflows/check_policies.yml
@@ -3,20 +3,6 @@ name: check-policies
3
on: [pull_request]
4
5
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
15
- python-version: '3.10'
16
- - run: |
17
- bash .github/workflows/check_commit_messages.sh \
18
- ${{ github.event.before }} ${{ github.event.after }}
19
-
20
check-formatting:
21
runs-on: ubuntu-latest
22
steps:
0 commit comments