Skip to content

Commit

Permalink
wops
Browse files Browse the repository at this point in the history
  • Loading branch information
MetalBlueberry committed Aug 25, 2024
1 parent 938b8eb commit b7e3ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: cd examples && go build -v ./...

- name: Build readme examples
run: -|
run: |-
mkdir -p readme
sed -n '/^```go/,/^```/p' README.md | sed -e '/^```/d' > "readme/main.go"
go build -o readme/readme "readme/main.go"
Expand Down

0 comments on commit b7e3ff6

Please sign in to comment.