Skip to content

Commit

Permalink
Create pull_request.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
grinish21 authored Jun 23, 2021
1 parent 583a38b commit e351cbc
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
on:
push:
branches: [ chore/testactions ]

name: Build and run test on pullRequest

jobs:
build:
name: Build and Test
runs-on: ubuntu-lates
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.15
- name: Checkout repo
uses: actions/checkout@v2
- name: Build project
run: ./build.sh

0 comments on commit e351cbc

Please sign in to comment.