Skip to content

Commit

Permalink
fix: change to use workflow name due to show badge
Browse files Browse the repository at this point in the history
  • Loading branch information
homoluctus committed Sep 11, 2019
1 parent df375a4 commit ffb29f1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: TS Lint Check

on:
pull_request:
paths:
Expand All @@ -7,8 +9,6 @@ on:
branches:
- master

name: TS Lint Check

jobs:
lint:
name: Lint Check
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Check if GitHub Actions works properly

on:
pull_request:
paths:
Expand All @@ -9,8 +11,6 @@ on:
- test
- master

name: Check if GitHub Actions works properly

jobs:
check:
name: Check action
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Slatify

![](https://github.com/homoluctus/slatify/workflows/.github/workflows/lint.yml/badge.svg)
![](https://github.com/homoluctus/slatify/workflows/.github/workflows/test.yml/badge.svg)
![](https://github.com/homoluctus/slatify/workflows/TS%20Lint%20Check/badge.svg)
![](https://github.com/homoluctus/slatify/workflows/Check%20if%20GitHub%20Actions%20works%20properly/badge.svg)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/homoluctus/slatify?color=brightgreen)
![GitHub](https://img.shields.io/github/license/homoluctus/slatify?color=brightgreen)

Expand Down

0 comments on commit ffb29f1

Please sign in to comment.