limaho33
limaho33
Thanks @NiklasDue @Opus26 for your help. Both worked for me. I decided to wrap inside a View
how can I run this workflow using npm?
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:...