Skip to content

Commit

Permalink
ci: Add validation CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Aug 29, 2023
1 parent 7dc8ab9 commit 2445ede
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Validate

on: push

jobs:
validate:
name: Validate
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v3
- run: pip install pre-commit
- run: pre-commit validate-manifests

0 comments on commit 2445ede

Please sign in to comment.