Skip to content

Commit

Permalink
Fix badge
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit 735b982
Author: Arjan Scherpenisse <[email protected]>
Date:   Fri Feb 12 13:48:18 2021 +0100

    Fix badge

commit a88ab33
Author: Arjan Scherpenisse <[email protected]>
Date:   Fri Feb 12 13:47:46 2021 +0100

    Add workflow name
  • Loading branch information
Arjan Scherpenisse committed Feb 12, 2021
1 parent 87a9937 commit 5d5f815
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
on: push

name:
test

jobs:
test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Elixir function decorators

[![Build Status](https://github.com/arjan/decorator/workflows/badge.svg)](https://github.com/arjan/decorator)
[![Build Status](https://github.com/arjan/decorator/workflows/test/badge.svg)](https://github.com/arjan/decorator)
[![Hex pm](http://img.shields.io/hexpm/v/decorator.svg?style=flat)](https://hex.pm/packages/decorator)

A function decorator is a "`@decorate`" annotation that is put just
Expand Down

0 comments on commit 5d5f815

Please sign in to comment.