Skip to content

Commit

Permalink
Rename GitHub Actions workflow and add CI badge
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiuch committed May 28, 2020
1 parent a2545ce commit d3fbcec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Flatris rulez
name: tests
on: [push]

jobs:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Flatris](flatris.png)](https://flatris.space/)

[![CircleCI Status](https://circleci.com/gh/skidding/flatris.svg?style=shield)](https://circleci.com/gh/skidding/flatris)
![](https://github.com/skidding/flatris/workflows/tests.svg)

> **Work in progress:** Flatris has been recently redesigned from the ground up and turned into a multiplayer game with both UI and server components. This has been an interesting journey and I plan to document the architecture in depth. **[Stay tuned](https://twitter.com/skidding)**.
Expand Down

0 comments on commit d3fbcec

Please sign in to comment.