fix: ci image url to plasma developer image
This commit is contained in:
@@ -46,7 +46,7 @@ jobs:
|
|||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: kdeorg/plasma-sdk:latest
|
image: invent-registry.kde.org/neon/docker-images/plasma:developer
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@@ -57,7 +57,7 @@ jobs:
|
|||||||
node-version: "20"
|
node-version: "20"
|
||||||
|
|
||||||
- name: Install prettier
|
- name: Install prettier
|
||||||
run: npm i -g prettier
|
run: npm i -g prettier@3.8.1
|
||||||
|
|
||||||
- name: Run lint checks
|
- name: Run lint checks
|
||||||
run: make lint
|
run: make lint
|
||||||
|
|||||||
Reference in New Issue
Block a user