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 5ec7db2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Validate

on: push

jobs:
validate:
name: Validate
runs-on: ubuntu-latest
steps:
- uses: pre-commit/action@v3.0.0
- run: pre-commit validate-manifests

0 comments on commit 5ec7db2

Please sign in to comment.