Skip to content

ci: update the build.yml #3

ci: update the build.yml

ci: update the build.yml #3

Workflow file for this run

name: build
on:
push:
branches:
- develop
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Check out actions
uses: actions/checkout@v2
with:
repository: saltbo/actions
path: ./.github/actions
- name: MakeTest
uses: ./.github/actions/make-test
with:
language: golang
context: .