[go: nahoru, domu]

Skip to content

Commit

Permalink
add CUDA extension
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Oct 4, 2021
1 parent 1fc5031 commit 703bb06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- run: pip install pre-commit-mirror-maker
- run: git config --global user.name 'Github Actions'
- run: git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
- run: pre-commit-mirror . --language=python --package-name=clang-format --types-or c++ --types-or c --types-or 'c#' --args=-style=file,-i
- run: pre-commit-mirror . --language=python --package-name=clang-format --types-or c++ --types-or c --types-or 'c#' --types-or 'cuda' --args=-style=file,-i
- run: |
git remote set-url origin https://x-access-token:$GH_TOKEN@github.com/$GITHUB_REPOSITORY
git push origin HEAD:refs/heads/master --tags
Expand Down

0 comments on commit 703bb06

Please sign in to comment.