CI: do ruff check when .gitlab-ci.yml changes (MR 4838)
To ensure that the check still works after .gitlab-ci.yml changes.
This commit is contained in:
parent
8ff400c128
commit
e3b8f656b4
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ ruff:
|
|||
changes:
|
||||
- .ci/*
|
||||
- .ci/*/*
|
||||
- .gitlab-ci.yml
|
||||
before_script:
|
||||
- "echo 'https://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories"
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue