ci: regularly run all actions

This commit is contained in:
Tobias Happ 2023-05-16 18:05:33 +02:00 committed by Alexander Sosedkin
parent 109abda381
commit 064e1b280e
4 changed files with 8 additions and 0 deletions

View file

@ -2,6 +2,8 @@ name: Run lints
on:
pull_request:
push:
schedule:
- cron: 0 0 * * 1
jobs:
lint:
runs-on: ubuntu-latest