diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 807bf2a..6f2f24f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -3,7 +3,7 @@ name: lint on: [push] jobs: - test: + lint: runs-on: ubuntu-latest timeout-minutes: 15 @@ -12,7 +12,7 @@ jobs: - uses: docker://borales/yarn:latest with: args: 'install' - - name: test + - name: lint uses: docker://borales/yarn:latest with: cmd: 'lint'