From d7f4ecba6ad9866a0cb3c86ece1fbc887c3a5829 Mon Sep 17 00:00:00 2001 From: Michael B <44144536+michaelb@users.noreply.github.com> Date: Sun, 10 Jul 2022 20:15:03 +0200 Subject: [PATCH] example job name could be better than 'lint' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aba1773..fc0026c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ on: [push] name: Code Coverage jobs: - lint: + coverage: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1