Skip to content

Commit

Permalink
logc is a better example (has a makefile and no other changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldemailly committed Mar 21, 2024
1 parent 66149fb commit d69618a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
Or for a library
```yaml
# Same as full workflow (eg from fortio/multicurl) but without the goreleaser step
# Same as full workflow (eg from fortio/logc) but without the goreleaser step
name: "Shared library fortio workflows"

on:
Expand All @@ -54,6 +54,6 @@ jobs:
uses: fortio/workflows/.github/workflows/codeql-analysis.yml@main
```
Sample conversion for server/cli: https://github.com/fortio/multicurl/pull/139
Sample conversion for server/cli: https://github.com/fortio/logc/pull/44/files
For a library: https://github.com/fortio/sets/pull/64

0 comments on commit d69618a

Please sign in to comment.