Skip to content

Commit

Permalink
Adding clang-format-lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Jan 22, 2024
1 parent aa82c3d commit c57f090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpplint_modified_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: import sys ; print("Python {}.{}.{}".format(*sys.version_info))
- run: python -m pip install cpplint
- run: git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
- run: git diff origin/master --name-only > git_diff.txt
- run: git diff origin/main --name-only > git_diff.txt
- name: cpplint_modified_files
shell: python
run: |
Expand Down

0 comments on commit c57f090

Please sign in to comment.