This commit is contained in:
mahula 2023-02-23 08:58:27 +01:00
parent 6b4579454d
commit af6b08bfd7

View File

@ -60,7 +60,7 @@ jobs:
lint_admin:
if: needs.files-changed.outputs.admin_linting == 'true'
name: Lint - Admin Interface
needs:files-changed
needs: files-changed
runs-on: ubuntu-latest
steps:
- name: Checkout code