forked from quickshell/quickshell
all: fix clang 18 lints
This commit is contained in:
parent
e957e88ccb
commit
2571766d3b
27 changed files with 47 additions and 35 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
name: Build
|
||||
on: [push, pull_request]
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
nix:
|
||||
|
|
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
name: Lint
|
||||
on: [push, pull_request]
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
@ -22,4 +22,4 @@ jobs:
|
|||
just build
|
||||
|
||||
- name: Run lints
|
||||
run: just lint 2>&1
|
||||
run: just lint-ci
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue