CI: run cppcheck every day
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
name: cppcheck
|
name: cppcheck
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
pull_request:
|
||||||
|
schedule:
|
||||||
|
- cron: '57 0 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
cppcheck-ubuntu:
|
cppcheck-ubuntu:
|
||||||
|
|||||||
Reference in New Issue
Block a user