mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 15:30:36 +01:00
remove github workflow as it requires billing now(!)
Former-commit-id: 1a69dbe02d750b45ac214de7868c3372f902fe5e
This commit is contained in:
parent
0844c109d9
commit
da2504c51e
39
.github/workflows/go.yml
vendored
39
.github/workflows/go.yml
vendored
|
@ -1,23 +1,24 @@
|
|||
name: Go
|
||||
on: [push]
|
||||
jobs:
|
||||
# name: Go
|
||||
# on: [push]
|
||||
# jobs:
|
||||
|
||||
build:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
# build:
|
||||
# name: Build
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
|
||||
- name: Set up Go 1.13
|
||||
uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: 1.13
|
||||
id: go
|
||||
# - name: Set up Go 1.13
|
||||
# uses: actions/setup-go@v1
|
||||
# with:
|
||||
# go-version: 1.13
|
||||
# id: go
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
uses: actions/checkout@master
|
||||
# - name: Check out code into the Go module directory
|
||||
# uses: actions/checkout@master
|
||||
|
||||
- name: Get dependencies
|
||||
run: |
|
||||
go get -v -t -d ./...
|
||||
- name: Build
|
||||
run: go build -v .
|
||||
# - name: Get dependencies
|
||||
# run: |
|
||||
# go get -v -t -d ./...
|
||||
# - name: Build
|
||||
# run: go build -v .
|
||||
# Billing required ^
|
Loading…
Reference in New Issue
Block a user