mirror of
https://github.com/openwrt/packages.git
synced 2026-02-04 12:06:29 +08:00
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>
This commit is contained in:
committed by
Josef Schlehofer
parent
407617b786
commit
4369bd6f1e
14
.github/workflows/multi-arch-test-build.yml
vendored
14
.github/workflows/multi-arch-test-build.yml
vendored
@@ -10,7 +10,19 @@ permissions:
|
||||
jobs:
|
||||
formalities:
|
||||
name: Test Formalities
|
||||
uses: openwrt/actions-shared-workflows/.github/workflows/formal.yml@main
|
||||
runs-on: ubuntu-slim
|
||||
steps:
|
||||
- name: HyperStickler
|
||||
uses: georgesapkin/hyperstickler@v1-beta.3
|
||||
with:
|
||||
check_signoff: true
|
||||
feedback_url: 'https://github.com/openwrt/actions-shared-workflows/issues'
|
||||
guideline_url: 'https://openwrt.org/submitting-patches#submission_guidelines'
|
||||
# This still needs a fine-grained token related to:
|
||||
# https://github.com/openwrt/packages/pull/28011
|
||||
# job_step: 2
|
||||
# post_comment: true
|
||||
# warn_on_no_modify: true
|
||||
|
||||
build:
|
||||
name: Feeds Package Test Build
|
||||
|
||||
Reference in New Issue
Block a user