Fix linting jenkins file

The main branch wasn't pulled causing the diff to fail.
This commit is contained in:
Stan 2025-05-08 20:55:35 +02:00
parent 934ca601d7
commit c960e6efd4
No known key found for this signature in database
GPG key ID: 244943DFF8370D60

View file

@ -70,6 +70,9 @@ jobs:
with:
node-version: '20'
- name: Fetch the base branch, so we can use `git diff`
run: git fetch origin ${{ env.BASE_SHA }}
- name: Install npm-groovy-lint
run: npm install -g npm-groovy-lint