1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-09-23 19:59:21 +03:00

Update workflows

This commit is contained in:
Syuugo
2024-06-16 00:31:25 +09:00
parent 4fe5352931
commit 9a7e55b3e0
9 changed files with 88 additions and 54 deletions

View File

@ -1,3 +1,4 @@
name: STB Check
on: [push, pull_request]
permissions:
@ -5,12 +6,16 @@ permissions:
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: Check
run: |
cd developer_tools/stbchecker
dotnet run ../../src/bin/hamcore
dotnet run ../../src/bin/hamcore