Fix incorrect clang-format path

master
Webster Sheets 2020-03-24 13:00:06 -04:00 committed by GitHub
parent 7dc5c50fe9
commit 3d6021be23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,6 @@ on:
paths:
- 'src/**.cpp'
- 'src/**.h'
- '!contrib/**'
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
@ -35,4 +34,4 @@ jobs:
# Run the clang-format command (in $GITHUB_WORKSPACE, which is where the repo is checked out to)
- name: Run clang-format
run: ./scripts/clang-format
run: ./scripts/clang-format.sh