diff --git a/.github/workflows/linting.yml b/.github/workflows/lint.yml similarity index 94% rename from .github/workflows/linting.yml rename to .github/workflows/lint.yml index 1f2f7da..356a4cb 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/lint.yml @@ -1,4 +1,4 @@ -name: linting +name: lint on: push: diff --git a/README.md b/README.md index 9327def..c3585f1 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/test/test-status.bats b/test/test-status.bats index 482d72a..6a80f7c 100644 --- a/test/test-status.bats +++ b/test/test-status.bats @@ -9,7 +9,6 @@ teardown() { } @test "mdlm status" { - $mdlm status run $mdlm status [ $status -eq 0 ] [ "${lines[0]}" == 'Localization status for all locales.' ]