diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c55e1b..a51bd77 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: Lint and Test on: [push] jobs: - test: + lint_and_test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 diff --git a/README.md b/README.md index 5c41c84..69613bd 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![GitHub Action: View on Marketplace](https://img.shields.io/badge/GitHub%20Action-View_on_Marketplace-28a745?logo=github)](https://github.com/marketplace/actions/github-environment-variables-action) [![Demo: available](https://img.shields.io/badge/Demo-available-orange)](.github/workflows/demo.yml) [version](https://img.shields.io/github/package-json/v/FranzDiebold/github-env-vars-action/primary?label=version) +[![Lint and Test](https://github.com/FranzDiebold/github-env-vars-action/workflows/Lint%20and%20Test/badge.svg)](https://github.com/FranzDiebold/github-env-vars-action/actions?query=workflow%3A%22Lint+and+Test%22) [![license: MIT](https://img.shields.io/badge/license-MIT-brightgreen.svg)](./LICENSE) A [GitHub Action](https://github.com/features/actions) to expose useful environment variables.