Skip to content

Commit

Permalink
Merge branch 'main' into pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon authored Oct 7, 2024
2 parents 6807d9d + fd77145 commit b6bd23e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ on:

jobs:
pre-commit:

name: Pre-commit

runs-on: ubuntu-latest

steps:
Expand Down
23 changes: 23 additions & 0 deletions pre-commit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Pre-commit

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
pre-commit:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v3

- name: Run pre-commit hooks
uses: pre-commit/[email protected]

0 comments on commit b6bd23e

Please sign in to comment.