cloudflare/cloudflared

Public

mirrored from https://github.com/cloudflare/cloudflaredAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
2021.10.3

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.github/workflows/check.yaml

20lines · modeblame

4d43a70aAreg Harutyunyan5 years ago1on: [push, pull_request]
2name: Check
3jobs:
4check:
5strategy:
6matrix:
d1801776Sudarsan Reddy4 years ago7go-version: [1.17.x]
4d43a70aAreg Harutyunyan5 years ago8os: [ubuntu-latest, macos-latest, windows-latest]
9runs-on: ${{ matrix.os }}
10steps:
11- name: Install Go
12uses: actions/setup-go@v2
13with:
14go-version: ${{ matrix.go-version }}
15- name: Install go-sumtype
671754fdSudarsan Reddy4 years ago16run: go get github.com/sudarshan-reddy/go-sumtype
4d43a70aAreg Harutyunyan5 years ago17- name: Checkout code
18uses: actions/checkout@v2
19- name: Test
20run: make test