]> git.ipfire.org Git - thirdparty/mdadm.git/commit
CI: use prepared checkpatch.conf file only for GH actions
authorKinga Stefaniuk <kinga.stefaniuk@intel.com>
Mon, 1 Jul 2024 14:31:32 +0000 (16:31 +0200)
committerMariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
Tue, 2 Jul 2024 10:19:00 +0000 (12:19 +0200)
commitdf1d9bddc868085a5f407d44208e57ff6dfd3bdc
treee14628e129a65ae898e60da0f39298864f8c59f8
parent3cbe13403ec0c78374343dcd889609aefe791f9b
CI: use prepared checkpatch.conf file only for GH actions

Configuration file .checkpatch.conf is working properly only with
GH actions, because flags from GH plugin are used there. This file
shall not be placed in main repo directory, because it causes errors
while using checkpatch from Linux. Add step to review.yml to copy
this file before checkpatch action is started.

Signed-off-by: Kinga Stefaniuk <kinga.stefaniuk@intel.com>
.github/tools/.checkpatch.conf [moved from .checkpatch.conf with 100% similarity]
.github/workflows/review.yml