Skip to content

[DO NOT MERGE][RHCLOUD-37825] github action to check if the PR contains some fixup commits that is needed to resolve before the merge #451

[DO NOT MERGE][RHCLOUD-37825] github action to check if the PR contains some fixup commits that is needed to resolve before the merge

[DO NOT MERGE][RHCLOUD-37825] github action to check if the PR contains some fixup commits that is needed to resolve before the merge #451

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Run Pre-Commit
uses: pre-commit/[email protected]