From 58c4a51a64dca682ea35ef910f70263c8c0877f6 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Mon, 20 Feb 2023 13:24:50 -0600 Subject: [PATCH] fix: update workflow name --- .../workflows/{lint_test_format.yaml => lint_format_test.yaml} | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{lint_test_format.yaml => lint_format_test.yaml} (99%) 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.