CI: simplify checkstyle runner
Remove excess steps. Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: George Melikov <mail@gmelikov.ru> Closes #11262
This commit is contained in:
parent
52c8537513
commit
aa2778d100
|
@ -2,7 +2,7 @@ name: checkstyle
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
pull_request_target:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
checkstyle:
|
checkstyle:
|
||||||
|
|
Loading…
Reference in New Issue