Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #94 from votca/format_fix2
Browse files Browse the repository at this point in the history
GHA: fix typo in format action
  • Loading branch information
junghans authored Oct 30, 2020
2 parents 56199dc + 20be68c commit c896f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Run clang-format
if: ${{ fromJSON(steps.issue_info.outputs.data).pull_request }}
run: |
curl -O https://github.com/votca/votca/raw/master/.clang-format
curl -OL https://github.com/votca/votca/raw/master/.clang-format
find . -type f -regex ".*\.\(c\|h\|cc\|cpp\|hpp\)" -print0 | xargs -0 clang-format -i -style=file
- name: Commit and push
if: ${{ fromJSON(steps.issue_info.outputs.data).pull_request }}
Expand Down

0 comments on commit c896f6e

Please sign in to comment.