Improve documentation.

This commit is contained in:
Franz Diebold 2020-07-14 12:11:40 +02:00
parent 932bbbde38
commit 0d31798fc9
2 changed files with 2 additions and 1 deletions

View file

@ -3,7 +3,7 @@ name: Lint and Test
on: [push]
jobs:
test:
lint_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

View file

@ -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.