name: Lint on: [push] jobs: lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - run: yarn install --frozen-lockfile - run: yarn lint