Skip to content

Commit

Permalink
Disable precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-se committed Sep 3, 2024
1 parent 7703f75 commit e0ccb8c
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
name: pre-commit
# name: pre-commit

on:
pull_request:
push:
branches:
- master
- dev
- '2.0.0-fwk'
# on:
# pull_request:
# push:
# branches:
# - master
# - dev
# - '2.0.0-fwk'

jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: clang format support
run: |
sudo apt update
sudo apt install clang-format cppcheck
- uses: pre-commit/action@v3.0.1
# jobs:
# pre-commit:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: actions/setup-python@v5
# - name: clang format support
# run: |
# sudo apt update
# sudo apt install clang-format cppcheck
# - uses: pre-commit/action@v3.0.1

0 comments on commit e0ccb8c

Please sign in to comment.