From c37cf99871557ee345454fa1f2ccaf392a9dc740 Mon Sep 17 00:00:00 2001 From: Dan Oved Date: Wed, 29 Nov 2023 10:33:25 -0800 Subject: [PATCH] fix prettier lint task name --- .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 4890c556e..02505f912 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -2,7 +2,7 @@ name: Lint on: [pull_request] jobs: - inspect-storage: + lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3