Skip to content

Codeforces Gym: 2020-2021 ACM-ICPC Latin American Regional Programmin… #243

Codeforces Gym: 2020-2021 ACM-ICPC Latin American Regional Programmin…

Codeforces Gym: 2020-2021 ACM-ICPC Latin American Regional Programmin… #243

Workflow file for this run

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 }}