Skip to content

[TASK-14] feat: add wordlist output for usage with other tools #95

[TASK-14] feat: add wordlist output for usage with other tools

[TASK-14] feat: add wordlist output for usage with other tools #95

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