CI: run cppcheck every day

pull/271/head
SChernykh 2023-05-25 11:16:22 +02:00
parent 512064de61
commit 65b267c497
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
name: cppcheck
on: [push, pull_request]
on:
push:
pull_request:
schedule:
- cron: '57 0 * * *'
jobs:
cppcheck-ubuntu: