File: coding-style-pr.yml

package info (click to toggle)
picom 13-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,432 kB
  • sloc: ansic: 25,725; python: 685; sh: 365; makefile: 11
file content (13 lines) | stat: -rw-r--r-- 317 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
name: coding-style
on: pull_request

jobs:
  check:
    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v4
    - run: git fetch --depth=1 origin ${{ github.event.pull_request.base.sha }}
    - uses: yshui/git-clang-format-lint@v1.17
      with:
        base: ${{ github.event.pull_request.base.sha }}