mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 10:41:03 +01:00
minor
Former-commit-id: 9eb9668bddc5640652974d423d880f4797409718
This commit is contained in:
parent
eb3328dbe9
commit
5adb65b72d
3
.github/FUNDING.yml
vendored
3
.github/FUNDING.yml
vendored
|
@ -2,4 +2,5 @@
|
||||||
# open_collective: # Replace with a single Open Collective username
|
# open_collective: # Replace with a single Open Collective username
|
||||||
# ko_fi: # Replace with a single Ko-fi username
|
# ko_fi: # Replace with a single Ko-fi username
|
||||||
# tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
# tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
||||||
custom: https://iris-go.com/donate # Replace with a single custom sponsorship URL
|
# custom: https://iris-go.com/donate # Replace with a single custom sponsorship URL
|
||||||
|
github: kataras
|
33
.github/workflows/go.yml
vendored
33
.github/workflows/go.yml
vendored
|
@ -1,24 +1,23 @@
|
||||||
# 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