Skip to content

Commit 0f8362a

Browse files
authored
Merge pull request #1 from henryiii/patch-1
add CUDA extension
2 parents 1fc5031 + 703bb06 commit 0f8362a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- run: pip install pre-commit-mirror-maker
1616
- run: git config --global user.name 'Github Actions'
1717
- run: git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
18-
- run: pre-commit-mirror . --language=python --package-name=clang-format --types-or c++ --types-or c --types-or 'c#' --args=-style=file,-i
18+
- 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
1919
- run: |
2020
git remote set-url origin https://x-access-token:$GH_TOKEN@github.com/$GITHUB_REPOSITORY
2121
git push origin HEAD:refs/heads/master --tags

0 commit comments

Comments
 (0)