Skip to content

Commit

Permalink
ci: add pre-commit action
Browse files Browse the repository at this point in the history
  • Loading branch information
acovaci committed May 17, 2024
1 parent 880c037 commit 00d77d1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Pre-Commit

on:
pull_request:
branches: [ "main" ]

env:
CARGO_TERM_COLOR: always

jobs:
build:

runs-on: ubuntu-latest

steps:
- name: pre-commit
uses: pre-commit/action@v3.0.1

0 comments on commit 00d77d1

Please sign in to comment.