0
0
mirror of https://github.com/openwrt/routing.git synced 2025-09-17 23:29:33 +00:00
Files
routing/.github/workflows/formal.yml
Josef Schlehofer e8504be738 CI: formal check: use shared workflow in actions-shared-workflows
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>
2025-07-19 22:55:52 +02:00

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