mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
0fd3a6c6c6
Use shared workflow in actions-shared-workflows instead of keeping the workflow in openwrt main branch to make it easier to maintain and update without bloating the main repository commit history. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
13 lines
195 B
YAML
13 lines
195 B
YAML
name: Test Formalities
|
|
|
|
on:
|
|
pull_request:
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
jobs:
|
|
build:
|
|
name: Test Formalities
|
|
uses: openwrt/actions-shared-workflows/.github/workflows/formal.yml@main
|