mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-24 08:02:18 +02:00
Removing gha builds
This commit is contained in:
parent
e0886ef450
commit
97aa3659df
25
.github/workflows/go.yml
vendored
25
.github/workflows/go.yml
vendored
@ -1,25 +0,0 @@
|
||||
name: Go
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- name: Set up Go 1.13
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.13.15
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
uses: actions/checkout@v1
|
||||
with:
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
go test -cover $(go list ./...)
|
||||
|
||||
- name: Build
|
||||
run: ./.drone.sh
|
13
.github/workflows/greetings.yml
vendored
13
.github/workflows/greetings.yml
vendored
@ -1,13 +0,0 @@
|
||||
name: Greetings
|
||||
|
||||
on: [pull_request, issues]
|
||||
|
||||
jobs:
|
||||
greeting:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/first-interaction@v1
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
issue-message: 'Looks like this is your first issue. Welcome to the community! :wave:'
|
||||
pr-message: 'Looks like you just opened your first PR. :clap: This is awesome, thanks and keep up!'
|
Loading…
Reference in New Issue
Block a user