Feature: add VLESS test case [ssh]

This commit is contained in:
yaling888
2021-09-08 22:36:54 +08:00
parent ae619e4163
commit 1df5317e13
6 changed files with 354 additions and 11 deletions

View File

@ -29,6 +29,10 @@ jobs:
go install honnef.co/go/tools/cmd/staticcheck@latest
staticcheck -- $(go list ./...)
- name: SSH connection to Actions
uses: P3TERX/ssh2actions@v1.0.0
if: github.actor == github.repository_owner && contains(github.event.head_commit.message, '[ssh]')
- name: Build
#if: startsWith(github.ref, 'refs/tags/')
env: