Skip to content

Commit

Permalink
feat: add GitHub Action PR Checker
Browse files Browse the repository at this point in the history
Signed-off-by: jingfelix <[email protected]>
  • Loading branch information
jingfelix authored and lloydzhou committed Dec 28, 2023
1 parent 911d5e0 commit 4457fb1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/pr-checker.tml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "PR Checks"

on:
push:
branches: [ main ]
pull_request:

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 4457fb1

Please sign in to comment.