Skip to content

Commit

Permalink
Copy example config
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasLeister committed Feb 17, 2024
1 parent fafcdc2 commit 0d0cd8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
with:
go-version: '1.20'

- name: Copy example config
run: cp config.example.toml config.toml

- name: Build
run: go build -v ./...

Expand Down

0 comments on commit 0d0cd8a

Please # to comment.