From 28ed8a5742adc73598a64ed10abad20886cd5268 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Sat, 21 Aug 2021 15:42:23 +0100 Subject: [PATCH] Actually rename lint --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cff42e9..98dbc46 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: # The "build" workflow - test: + lint: # The type of runner that the job will run on runs-on: ubuntu-latest