Skip to content

Commit

Permalink
Fix color term dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
voitau committed Apr 2, 2020
1 parent bdbe0a1 commit 7893a02
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: linting
name: lint

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/markdown-localization/mdlm-sh)
[![linting](https://github.com/markdown-localization/mdlm-sh/workflows/linting/badge.svg)](https://github.com/markdown-localization/mdlm-sh/actions?query=workflow:linting)
[![lint](https://github.com/markdown-localization/mdlm-sh/workflows/lint/badge.svg)](https://github.com/markdown-localization/mdlm-sh/actions?query=workflow:lint)
[![unit-tests](https://github.com/voitau/mdlm-sh/workflows/unit-tests/badge.svg)](https://github.com/markdown-localization/mdlm-sh/actions?query=workflow:unit-tests)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/3814/badge)](https://bestpractices.coreinfrastructure.org/projects/3814)

Expand Down
1 change: 0 additions & 1 deletion test/test-status.bats
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ teardown() {
}

@test "mdlm status" {
$mdlm status
run $mdlm status
[ $status -eq 0 ]
[ "${lines[0]}" == 'Localization status for all locales.' ]
Expand Down

0 comments on commit 7893a02

Please sign in to comment.