mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-09-26 21:01:14 +08:00
fix(build): Define linting flags in one place
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -146,7 +146,7 @@ jobs:
|
||||
|
||||
- name: Lint
|
||||
if: ${{ matrix.host_os != 'windows' }}
|
||||
run: make lint LINT_OPTS=--timeout=15m
|
||||
run: make lint
|
||||
|
||||
- name: Run tests
|
||||
if: ${{ matrix.target_arch == matrix.host_arch && matrix.target_os == matrix.host_os && matrix.host_os != 'windows' }}
|
||||
|
Reference in New Issue
Block a user