mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-08-02 05:00:36 -04:00
Refine & format
This commit is contained in:
@@ -2,28 +2,23 @@ name: Test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
name: Test
|
||||
test:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [windows-latest, ubuntu-latest, macos-latest]
|
||||
|
||||
steps:
|
||||
|
||||
- name: Set up Go 1.x
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: ^1.14
|
||||
id: go
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
- name: Checkout default branch
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Get dependencies
|
||||
|
||||
Reference in New Issue
Block a user