From 2783077e3e3e33dd2a18f76403618e6223b1b265 Mon Sep 17 00:00:00 2001 From: Matiss Janis Aboltins Date: Sun, 8 May 2022 21:04:20 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20=20(ci)=20updated=20test=20step?= =?UTF-8?q?=20to=20be=20"test"=20instead=20of=20"lint"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9a0dece..f318a63 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -3,7 +3,7 @@ name: Test on: [push] jobs: - lint: + test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1