diff --git a/.github/workflows/lint_test_format.yaml b/.github/workflows/lint_format_test.yaml similarity index 99% rename from .github/workflows/lint_test_format.yaml rename to .github/workflows/lint_format_test.yaml index 553f5ba..a842859 100644 --- a/.github/workflows/lint_test_format.yaml +++ b/.github/workflows/lint_format_test.yaml @@ -1,4 +1,4 @@ -name: lint_test_format +name: lint_format_test on: workflow_dispatch: push: diff --git a/README.md b/README.md index 66b0ac6..3ff22fc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Onspring API Javascript SDK -[![lint_test_format](https://github.com/StevanFreeborn/onspring-api-sdk-javascript/actions/workflows/lint_test_format.yaml/badge.svg)](https://github.com/StevanFreeborn/onspring-api-sdk-javascript/actions/workflows/lint_test_format.yaml) +[![lint_format_test](https://github.com/StevanFreeborn/onspring-api-sdk-javascript/actions/workflows/lint_format_test.yaml/badge.svg)](https://github.com/StevanFreeborn/onspring-api-sdk-javascript/actions/workflows/lint_format_test.yaml) [![codecov](https://codecov.io/github/StevanFreeborn/onspring-api-sdk-javascript/branch/master/graph/badge.svg?token=G1L3GKE0LV)](https://codecov.io/github/StevanFreeborn/onspring-api-sdk-javascript) A javascript SDK for interacting with version 2 of the Onspring API.