Skip to content

Commit

Permalink
ci: Add pre-commit action
Browse files Browse the repository at this point in the history
  • Loading branch information
skorokithakis committed Jun 9, 2024
1 parent df0d03f commit 5287423
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/black-lint.yml

This file was deleted.

14 changes: 14 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: pre-commit

on:
pull_request:
push:
branches: [master]

jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]

0 comments on commit 5287423

Please sign in to comment.