mirror of
https://github.com/kataras/iris.git
synced 2025-03-13 21:36:28 +01:00
Github Workflow: the example file was wrong
Former-commit-id: 08dc76cc49c7ea7d73188e2f8886a4139b6d776d
This commit is contained in:
parent
5f49d72b06
commit
62b0a12f91
8
.github/workflows/go.yml
vendored
8
.github/workflows/go.yml
vendored
|
@ -1,8 +1,5 @@
|
|||
name: Go
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
on: [push]
|
||||
jobs:
|
||||
|
||||
build:
|
||||
|
@ -18,12 +15,9 @@ jobs:
|
|||
|
||||
- name: Check out code into the Go module directory
|
||||
uses: actions/checkout@master
|
||||
path: ${{ go.module-path }}
|
||||
|
||||
- name: Get dependencies
|
||||
working-directory: ${{ go.module-path }}
|
||||
run: |
|
||||
go get -v -t -d ./...
|
||||
- name: Build
|
||||
working-directory: ${{ go.module-path }}
|
||||
run: go build -v .
|
||||
|
|
Loading…
Reference in New Issue
Block a user