Skip to content

Commit

Permalink
Merge pull request #254 from shintaro-iwasaki/FixGitHubWorkflowCI
Browse files Browse the repository at this point in the history
ci: fix the GitHub workflow CI
  • Loading branch information
shintaro-iwasaki authored Oct 7, 2020
2 parents 4d911cc + d22f44a commit 64b8ee9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: pre-commit
- name: cleanup
run: |
git branch --track main origin/main
./maint/hook/pre-commit
maint/code-cleanup.sh --all --recursive
git --no-pager diff
if [ x"$(git --no-pager diff)" != x ]; then
exit 1
fi
build-basic:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 64b8ee9

Please sign in to comment.