2020-04-10 01:08:57 +08:00
|
|
|
name: coding-style
|
2020-04-09 06:49:43 +08:00
|
|
|
on: push
|
|
|
|
|
|
|
|
jobs:
|
2020-04-10 01:08:57 +08:00
|
|
|
check:
|
2020-04-09 06:49:43 +08:00
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v2
|
|
|
|
with:
|
|
|
|
fetch-depth: 2
|
2020-04-10 11:08:53 +08:00
|
|
|
- uses: yshui/git-clang-format-lint@v1.10
|
2020-04-09 06:49:43 +08:00
|
|
|
with:
|
|
|
|
base: ${{ github.event.ref }}~1
|