limaho33

Results 4 comments of limaho33

Trying with this but I am getting **✖ Failed to get staged files!** ``` name: Lint on: pull_request: branches: - master jobs: build: name: Lint runs-on: ubuntu-latest steps: - uses:...

> @limaho @hbarcelos specifying `fetch-depth: 0` _and_ adding `origin/` before the branch names resolved the issue for me: > > ``` > jobs: > linters: > name: Linters > runs-on:...