chore: delete workflows ( don't have much use )
This commit is contained in:
@@ -1,68 +0,0 @@
|
||||
name: Lint
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "**/*.qml"
|
||||
- "**/*.c"
|
||||
- "**/*.cc"
|
||||
- "**/*.cpp"
|
||||
- "**/*.h"
|
||||
- "**/*.hh"
|
||||
- "**/*.hpp"
|
||||
- "**/*.json"
|
||||
- "**/*.yml"
|
||||
- "**/*.yaml"
|
||||
- "**/*.md"
|
||||
- ".prettierrc"
|
||||
- ".clang-format"
|
||||
- ".clangd"
|
||||
- "Makefile"
|
||||
- "cpp/CMakeLists.txt"
|
||||
- "cpp/CMakePresets.json"
|
||||
- ".github/workflows/lint.yml"
|
||||
pull_request:
|
||||
paths:
|
||||
- "**/*.qml"
|
||||
- "**/*.c"
|
||||
- "**/*.cc"
|
||||
- "**/*.cpp"
|
||||
- "**/*.h"
|
||||
- "**/*.hh"
|
||||
- "**/*.hpp"
|
||||
- "**/*.json"
|
||||
- "**/*.yml"
|
||||
- "**/*.yaml"
|
||||
- "**/*.md"
|
||||
- ".prettierrc"
|
||||
- ".clang-format"
|
||||
- ".clangd"
|
||||
- "Makefile"
|
||||
- "cpp/CMakeLists.txt"
|
||||
- "cpp/CMakePresets.json"
|
||||
- ".github/workflows/lint.yml"
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: invent-registry.kde.org/neon/docker-images/plasma:developer
|
||||
options: --user root
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "20"
|
||||
|
||||
- name: Install prettier
|
||||
run: npm i -g prettier@3.8.1
|
||||
|
||||
- name: Install make
|
||||
run: |
|
||||
apt-get install -y --no-install-recommends make
|
||||
|
||||
- name: Run lint checks
|
||||
run: make lint
|
||||
Reference in New Issue
Block a user