Skip to content

Commit

Permalink
Run pre-commit during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Feb 8, 2023
1 parent bcf23bf commit 42dfffa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ defaults:
shell: bash

jobs:
pre-commit:
name: Pre-commit checks
uses: ./.github/workflows/pre-commit-run.yml
with:
pre-commit-source: "pre-commit"

test-install-briefcase:
name: Install Briefcase
runs-on: ubuntu-latest
Expand Down

0 comments on commit 42dfffa

Please sign in to comment.