From 5976e7c3e8e5cb537725057dc3bd04f44759edf0 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Fri, 9 Feb 2024 08:18:43 -0500 Subject: [PATCH] nit: fix job name to be 'lint' --- .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 9a875c0d27..31e3b3d9f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,5 @@ jobs: - scripts: + lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4