Skip to content

Commit

Permalink
add action badges to README
Browse files Browse the repository at this point in the history
  • Loading branch information
lukki15 committed Apr 13, 2024
1 parent a085022 commit c0b2769
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Run tests
name: Run Tests

on: [push]

jobs:
build:
test:
name: tests
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# wasm4-boids
[![Run Tests](https://github.com/lukki15/wasm4-boids/actions/workflows/run-tests.yml/badge.svg)](https://github.com/lukki15/wasm4-boids/actions/workflows/run-tests.yml)
[![Deploy Pages](https://github.com/lukki15/wasm4-boids/actions/workflows/deploy-pages.yml/badge.svg)](https://github.com/lukki15/wasm4-boids/actions/workflows/deploy-pages.yml)

A boids flock simulation written in Rust for the [WASM-4](https://wasm4.org) fantasy console.

Expand Down

0 comments on commit c0b2769

Please sign in to comment.