diff --git a/.github/workflows/check-linter.yml b/.github/workflows/check-linter.yml index 9c0f870..b72da55 100644 --- a/.github/workflows/check-linter.yml +++ b/.github/workflows/check-linter.yml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: - test: + lint: runs-on: ubuntu-latest steps: - name: Checkout