Skip to content

Commit

Permalink
oses
Browse files Browse the repository at this point in the history
  • Loading branch information
amchiclet committed Jul 1, 2024
1 parent 9c444be commit f5d163e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test-pre-commit.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
jobs:
test-hooks:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Configure git safedir properly
run: git config --global --add safe.directory $(pwd)
- name: Fake update file
run: git mv tests/python_simple.py python_simple.py
- name: Test semgrep pre-commit hook
Expand Down

0 comments on commit f5d163e

Please sign in to comment.