ci: switch to org-level reusable workflows

This commit is contained in:
gandalf-the-greybeard[bot]
2026-03-08 01:01:32 +00:00
parent 89e9b510d2
commit b820b693f9
2 changed files with 4 additions and 119 deletions
+1 -30
View File
@@ -9,33 +9,4 @@ on:
jobs:
ci:
runs-on: local-ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Build plugin
run: npx @kinvolk/headlamp-plugin build
- name: Lint
run: npm run lint
- name: Type-check
run: npm run tsc
- name: Format check
run: npm run format:check
- name: Run tests
run: npm test
uses: privilegedescalation/.github/.github/workflows/plugin-ci.yaml@main