mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-06 09:40:41 +03:00
16 lines
306 B
YAML
16 lines
306 B
YAML
|
on: [push, pull_request]
|
||
|
|
||
|
permissions:
|
||
|
contents: read
|
||
|
|
||
|
jobs:
|
||
|
check:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: actions/checkout@v1
|
||
|
with:
|
||
|
submodules: true
|
||
|
- name: Check
|
||
|
run: |
|
||
|
cd developer_tools/stbchecker
|
||
|
dotnet run ../../src/bin/hamcore
|