Skip to content

Commit

Permalink
adds build status to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
slagyr committed May 20, 2024
1 parent 4032160 commit 612fe8f
Show file tree
Hide file tree
Showing 2 changed files with 4 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: Run Specs
name: Speclj Build

on:
push:
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# speclj
# speclj
### (pronounced "speckle" [spek-uhl]) ###
It's a TDD/BDD framework for [Clojure](http://clojure.org/) and [Clojurescript](http://clojurescript.org/), based on [RSpec](http://rspec.info/).

[![Speclj Build](https://github.com/slagyr/speclj/actions/workflows/test.yml/badge.svg)](https://github.com/slagyr/speclj/actions/workflows/test.yml)

[Installation](#installation) | [Clojure](#clojure) | [ClojureScript](#clojurescript)

# Installation
Expand Down

0 comments on commit 612fe8f

Please sign in to comment.