From fb93d9749330c8e0a432120ca7a7732b47b2ca4d Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Sun, 20 Mar 2022 22:03:11 -0400 Subject: [PATCH] change name of ci step --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bcda3921a..c714b6b14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - name: Run linter run: npm run lint:report prettier: - name: Lint + name: Prettier runs-on: ubuntu-latest steps: - uses: actions/checkout@v2