Skip to content

Refactor await methods #20

Refactor await methods

Refactor await methods #20

Workflow file for this run

name: Build evil-tools
on:
pull_request:
paths-ignore:
- 'scripts/**'
jobs:
build:
name: Build evil-tools
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
id: go
- name: Print Go version
run: go version
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Build evil-tools
run: go build -v .