mirror of
https://github.com/openwrt/routing.git
synced 2025-09-17 23:29:33 +00:00
Lets switch to shared workflow in actions-shared-workflows instead of having this separate file here. It will track and use the latest changes to avoid being outdated. Signed-off-by: Josef Schlehofer <pepe.schlehofer@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
|