From f6b6e774aa852787cbe76cc133f62ab30f8bc9bc Mon Sep 17 00:00:00 2001 From: Kevin Thompson Date: Thu, 30 May 2024 19:41:14 -0700 Subject: [PATCH] ci: cleanup lint workflow name --- .github/workflows/lint.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index e41bd6a..ec958bd 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -1,11 +1,11 @@ -name: Validate PR +name: lint on: pull_request: branches: [main] jobs: - check_formatting: + lint: runs-on: ubuntu-latest - name: Check Formatting + name: lint steps: - uses: actions/checkout@v2 - run: |