Skip to content

Commit 4369bd6

Browse files
GeorgeSapkinBKPepe
authored andcommitted
ci: switch formal to an external action
Switch formal to use HyperStickler directly to test it in packages, before introducing it into the main actions repo. Link: https://github.com/marketplace/actions/hyperstickler Signed-off-by: George Sapkin <george@sapk.in>
1 parent 407617b commit 4369bd6

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/multi-arch-test-build.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,19 @@ permissions:
1010
jobs:
1111
formalities:
1212
name: Test Formalities
13-
uses: openwrt/actions-shared-workflows/.github/workflows/formal.yml@main
13+
runs-on: ubuntu-slim
14+
steps:
15+
- name: HyperStickler
16+
uses: georgesapkin/hyperstickler@v1-beta.3
17+
with:
18+
check_signoff: true
19+
feedback_url: 'https://github.com/openwrt/actions-shared-workflows/issues'
20+
guideline_url: 'https://openwrt.org/submitting-patches#submission_guidelines'
21+
# This still needs a fine-grained token related to:
22+
# https://github.com/openwrt/packages/pull/28011
23+
# job_step: 2
24+
# post_comment: true
25+
# warn_on_no_modify: true
1426

1527
build:
1628
name: Feeds Package Test Build

0 commit comments

Comments
 (0)