shithub: rgbds

ref: c135e2c6a0ec8db1fe0380d9c4cb84a5ef74eea1
dir: /.github/workflows/checkpatch.yml/

View raw version
name: "Code style checking"
on: pull_request

jobs:
  checkpatch:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Set up checkpatch
        run: |
          wget 'https://raw.githubusercontent.com/torvalds/linux/master/scripts/checkpatch.pl'
          chmod +x checkpatch.pl
          touch const_structs.checkpatch
          touch spelling.txt
      - name: Checkpatch
        run: |
          make checkpatch CHECKPATCH=./checkpatch.pl BASE_REF=${{ github.base_ref }} Q=