Skip to content

feat: restructure pillager for improved modularity and feature expansion [TASK-10] [TASK-11] [TASK-13] #88

feat: restructure pillager for improved modularity and feature expansion [TASK-10] [TASK-11] [TASK-13]

feat: restructure pillager for improved modularity and feature expansion [TASK-10] [TASK-11] [TASK-13] #88

Workflow file for this run

name: build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21
- name: Build executables
run: |
go build cmd/pillager/main.go