Skip to content

Commit

Permalink
ci: pre-commit checks
Browse files Browse the repository at this point in the history
  • Loading branch information
machow committed Dec 11, 2023
1 parent 7d961ef commit a1e1950
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/code-checks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Code Checks

on:
workflow_dispatch:
push:
branches: ['main', 'dev-*']
pull_request:
release:
types: [published]

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

0 comments on commit a1e1950

Please sign in to comment.