name: Lint code on: [push, pull_request] jobs: lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - run: yarn install && yarn run check-format