mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
56c146e6c0
Standardized writing style
21 lines
354 B
YAML
21 lines
354 B
YAML
name: STB Check
|
|
|
|
on:
|
|
push:
|
|
pull_request:
|
|
|
|
jobs:
|
|
check:
|
|
name: Check
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
|
|
- name: Checkout
|
|
uses: actions/checkout@v4
|
|
with:
|
|
submodules: true
|
|
|
|
- name: Check
|
|
run: |
|
|
cd developer_tools/stbchecker
|
|
dotnet run ../../src/bin/hamcore |