Skip to content

Commit ad270fb

Browse files
authored
Merge pull request #32 from NripeshN/metal-workflow
feat: Update pre-commit-mirror command with additional file type 'metal'
2 parents f644654 + 8751c3e commit ad270fb

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 --id=clang-format --entry='clang-format -i' --types-or c++ --types-or c --types-or 'c#' --types-or 'cuda' --types-or 'java' --types-or 'javascript' --types-or 'json' --types-or 'objective-c' --types-or 'proto' --types-or 'textproto' --args=-style=file
18+
- run: pre-commit-mirror . --language=python --package-name=clang-format --id=clang-format --entry='clang-format -i' --types-or c++ --types-or c --types-or 'c#' --types-or 'cuda' --types-or 'java' --types-or 'javascript' --types-or 'json' --types-or 'objective-c' --types-or 'proto' --types-or 'textproto' --types-or 'metal' --args=-style=file
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/main --tags

0 commit comments

Comments
 (0)