Skip to content

Commit 67e280b

Browse files
committed
ci: Run formal tests on PR-s
This repo follows the same rules as other OpenWrt repos, so lets run the formal workflow on this repo as well. Signed-off-by: Robert Marko <robimarko@gmail.com>
1 parent b46b640 commit 67e280b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Test Formalities
2+
3+
on:
4+
pull_request:
5+
6+
permissions:
7+
contents: read
8+
9+
jobs:
10+
build:
11+
name: Test Formalities
12+
uses: openwrt/actions-shared-workflows/.github/workflows/formal.yml@main

0 commit comments

Comments
 (0)