Skip to content

Rename "steps" and "step files" to "spells" and "spellbooks" #53

Rename "steps" and "step files" to "spells" and "spellbooks"

Rename "steps" and "step files" to "spells" and "spellbooks" #53

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: Run build
run: make build