mirror of
https://github.com/ben-grande/qusal.git
synced 2025-04-04 21:35:52 -04:00
ci: fix steps order
This commit is contained in:
parent
5dca49f90d
commit
2c499d8a95
8
.github/workflows/main.yaml
vendored
8
.github/workflows/main.yaml
vendored
@ -12,15 +12,15 @@ jobs:
|
||||
pre-commit:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v3
|
||||
- uses: pre-commit/action@v3.0.0
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apt update -y
|
||||
apt install -y python3-dev python3-pip gitlint shellcheck reuse
|
||||
pip3 install salt-lint
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v3
|
||||
- uses: pre-commit/action@v3.0.0
|
||||
|
||||
- name: Gitlint
|
||||
# yamllint disable-line rule:line-length
|
||||
run: gitlint --debug --commits ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user