Skip to content

Commit

Permalink
Merge branch 'main' into feat/toast
Browse files Browse the repository at this point in the history
  • Loading branch information
jbowa committed Mar 29, 2024
2 parents 23edb4e + b520e84 commit b7ff172
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Format

on:
push:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
<a href="https://github.com/tiny-blob/tinyblob/actions/workflows/ci.yml"><img src="https://github.com/tiny-blob/tinyblob/actions/workflows/ci.yml/badge.svg" alt="CI" style="margin-right: 50px;"/></a>
<a href="https://github.com/tiny-blob/tinyblob/actions/workflows/codecov.yml"><img src="https://github.com/tiny-blob/tinyblob/actions/workflows/codecov.yml/badge.svg" alt="Code coverage" style="margin-right: 50px;"/></a>
<a href="https://github.com/tiny-blob/tinyblob/actions/workflows/fmt.yml"><img src="https://github.com/tiny-blob/tinyblob/actions/workflows/fmt.yml/badge.svg" alt="Format"/></a>
2 changes: 1 addition & 1 deletion templates/layouts/main.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
{{template "content" .}}
{{template "toast" .}}
</body>
</html>
</html>

0 comments on commit b7ff172

Please sign in to comment.