Skip to content

Commit

Permalink
fixup! Rename example config and add comments to it
Browse files Browse the repository at this point in the history
  • Loading branch information
fleaz committed May 10, 2022
1 parent 65285b8 commit 1ada78b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.17
- run: cp cpthook.yml.example cpthook.yml
- run: cp cpthook_example.yml cpthook.yml
- run: go build
- name: Test
run: go test -v ./...
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
go-version: 1.17

- run: cp cpthook.yml.example cpthook.yml
- run: cp cpthook_example.yml cpthook.yml

- run: go build

Expand Down

0 comments on commit 1ada78b

Please sign in to comment.