Skip to content

Merge branch '2.8' of github.com:oss-tsukuba/gfarm into 2.8 #88

Merge branch '2.8' of github.com:oss-tsukuba/gfarm into 2.8

Merge branch '2.8' of github.com:oss-tsukuba/gfarm into 2.8 #88

Workflow file for this run

name: checkpatch
on:
push:
pull_request:
jobs:
checkpatch:
name: Run checkpatch test
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: invoke checkpatch
id: checkpatch
run: |
set -x
git diff ${{ github.event.before }} ${{ github.sha }} | \
./util/checkpatch/checkpatch.pl -