diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 982ec247..bdc44bc9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,9 +1,9 @@ -name: Test +name: Lint on: [push, pull_request] jobs: - test: + lint: runs-on: ubuntu-latest strategy: