Skip to content

Commit 531b6f1

Browse files
committed
adding pre-commit check for PRs
1 parent 5e82637 commit 531b6f1

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/pipeline.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
# Checking out the repo
1716
- uses: actions/checkout@v3
1817

1918
# https://github.com/docker/setup-qemu-action
@@ -54,12 +53,8 @@ jobs:
5453
options: --user 1001
5554

5655
steps:
57-
# Checking out the repo
5856
- uses: actions/checkout@v3
5957

60-
- name: Install Pre Commit
61-
run: python3 -m pip install --no-cache-dir --quiet --upgrade --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org git+https://github.com/pre-commit/[email protected]
62-
6358
- name: cd GITHUB_WORKSPACE
6459
run: cd $GITHUB_WORKSPACE
6560

0 commit comments

Comments
 (0)