Skip to content

Commit

Permalink
Chores (#3)
Browse files Browse the repository at this point in the history
* chore: CI and godoc bacges

* chore: allow manual trigger of `Go` Action
  • Loading branch information
aschlosberg authored Feb 29, 2024
1 parent 937887c commit 41efe93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:

jobs:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SpecialOps
# SpecialOps [![Go](https://github.com/solidifylabs/specialops/actions/workflows/go.yml/badge.svg)](https://github.com/solidifylabs/specialops/actions/workflows/go.yml) [![Go Reference](https://pkg.go.dev/badge/github.com/solidifylabs/specialops.svg)](https://pkg.go.dev/github.com/solidifylabs/specialops)

> `specialops` is a domain-specific language for crafting EVM bytecode in Go.
Expand Down

0 comments on commit 41efe93

Please sign in to comment.