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
|
# name: Go
|
||||||
on: [push]
|
# on: [push]
|
||||||
jobs:
|
# jobs:
|
||||||
|
|
||||||
build:
|
# build:
|
||||||
name: Build
|
# name: Build
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
steps:
|
# steps:
|
||||||
|
|
||||||
- name: Set up Go 1.13
|
# - name: Set up Go 1.13
|
||||||
uses: actions/setup-go@v1
|
# uses: actions/setup-go@v1
|
||||||
with:
|
# with:
|
||||||
go-version: 1.13
|
# go-version: 1.13
|
||||||
id: go
|
# id: go
|
||||||
|
|
||||||
- name: Check out code into the Go module directory
|
# - name: Check out code into the Go module directory
|
||||||
uses: actions/checkout@master
|
# uses: actions/checkout@master
|
||||||
|
|
||||||
- name: Get dependencies
|
# - name: Get dependencies
|
||||||
run: |
|
# run: |
|
||||||
go get -v -t -d ./...
|
# go get -v -t -d ./...
|
||||||
- name: Build
|
# - name: Build
|
||||||
run: go build -v .
|
# run: go build -v .
|
||||||
|
# Billing required ^
|
Loading…
Reference in New Issue
Block a user