Skip to content

Commit

Permalink
run pre-commit validation script for config files
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Feb 10, 2023
1 parent e66594b commit 97a5f83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ jobs:
./scripts/checkoutRemoteBranch.sh ${{ env.BRANCH_NAME }}
git log -1 --stat
- uses: actions/checkout@v3
- name: Verify pre-commit config files match
run: |
cd $GITHUB_WORKSPACE
python ${{ env.REST_FRAMEWORK_SOURCE_DIR }}/scripts/validatePreCommitConfig.py
- name: Setup, build and install
run: |
cd ${{ env.REST_FRAMEWORK_SOURCE_DIR }}
Expand Down

0 comments on commit 97a5f83

Please sign in to comment.