1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-18 01:33:00 +03:00
SoftEtherVPN/.github/workflows/stb_check.yml

22 lines
366 B
YAML
Raw Normal View History

2024-06-15 18:31:25 +03:00
name: STB Check
2023-08-25 23:06:09 +03:00
on: [push, pull_request]
permissions:
contents: read
jobs:
check:
2024-06-15 18:31:25 +03:00
name: Check
2023-08-25 23:06:09 +03:00
runs-on: ubuntu-latest
steps:
2024-06-15 18:31:25 +03:00
- name: Checkout
uses: actions/checkout@v4
2023-08-25 23:06:09 +03:00
with:
submodules: true
2024-06-15 18:31:25 +03:00
2023-08-25 23:06:09 +03:00
- name: Check
run: |
cd developer_tools/stbchecker
2024-06-15 18:31:25 +03:00
dotnet run ../../src/bin/hamcore