Skip to content

Luogu: 【LGR-192-Div.3】洛谷基础赛 #13 &『STAOI』G - Round 6 #181

Luogu: 【LGR-192-Div.3】洛谷基础赛 #13 &『STAOI』G - Round 6

Luogu: 【LGR-192-Div.3】洛谷基础赛 #13 &『STAOI』G - Round 6 #181

Workflow file for this run

name: Run clang-format Linter
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.14
with:
source: '.'
extensions: 'cpp'
clangFormatVersion: 14
inplace: True
- uses: EndBug/add-and-commit@v4
with:
author_name: Clang Robot
author_email: i@macesuted.moe
message: 'Committing clang-format changes'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}