Удалил воркфлоу
This commit is contained in:
parent
1d5d1bc1d3
commit
54e484885b
1 changed files with 0 additions and 31 deletions
31
.github/workflows/go.yml
vendored
31
.github/workflows/go.yml
vendored
|
@ -1,31 +0,0 @@
|
|||
# This workflow will build a golang project
|
||||
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
|
||||
|
||||
name: Компиляция проекта
|
||||
|
||||
on: release
|
||||
|
||||
defaults:
|
||||
run:
|
||||
working-directory: source
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Установка Голанга
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.19
|
||||
|
||||
- name: Вывод текущей директории
|
||||
run: ls -a
|
||||
|
||||
- name: Установка зависимостей
|
||||
run: go get
|
||||
|
||||
- name: Компиляция
|
||||
run: go build -v
|
Loading…
Add table
Reference in a new issue