Pronto-haml and no linting in travis
This commit is contained in:
parent
bdc4c45427
commit
abe89ff130
4 changed files with 9 additions and 4 deletions
4
.github/workflows/pronto.yml
vendored
4
.github/workflows/pronto.yml
vendored
|
|
@ -10,11 +10,11 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
- run: |
|
||||
git fetch --no-tags --prune --depth=10 origin +refs/heads/*:refs/remotes/origin/*
|
||||
git fetch --no-tags --prune --depth=150 origin +refs/heads/*:refs/remotes/origin/*
|
||||
- name: Setup Ruby
|
||||
uses: ruby/setup-ruby@v1
|
||||
- name: Setup pronto
|
||||
run: gem install pronto pronto-rubocop
|
||||
run: gem install pronto pronto-rubocop pronto-haml pronto-flay
|
||||
- name: Run Pronto
|
||||
run: pronto run -f github_status github_pr -c origin/${{ github.base_ref }}
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue