mirror of
https://github.com/SChernykh/p2pool.git
synced 2025-01-03 09:19:24 +00:00
CI: run cppcheck every day
This commit is contained in:
parent
512064de61
commit
65b267c497
1 changed files with 5 additions and 1 deletions
6
.github/workflows/cppcheck.yml
vendored
6
.github/workflows/cppcheck.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue