Codeforces Gym: “华为杯” 2024 年广东工业大学 ACM 新生程序设计竞赛(决赛) #265
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run clang-format Linter | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- uses: DoozyX/[email protected] | |
with: | |
source: '.' | |
extensions: 'cpp' | |
clangFormatVersion: 14 | |
inplace: True | |
- uses: EndBug/[email protected] | |
with: | |
author_name: Clang Robot | |
author_email: [email protected] | |
message: 'Committing clang-format changes' | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |