.github/workflows/rubocop.yml in n1_loader-1.6.1 vs .github/workflows/rubocop.yml in n1_loader-1.6.2
- old
+ new
@@ -1,11 +1,13 @@
name: Rubocop
on:
- - pull_request
+ pull_request:
+ schedule:
+ - cron: '0 0 * * 0'
jobs:
- tests:
+ rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3