File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ name: CI for PR Merge
33on :
44 pull_request :
55 branches : [ main ]
6+ schedule :
7+ # Every day at 11:16 UTC.
8+ - cron : ' 16 11 * * *'
69
710jobs :
811 macos_build :
Original file line number Diff line number Diff line change 11# SwiftFormat Rules for Bazel
22
3- [ ![ Build] ( https://github.com/cgrindel/rules_swiftformat/actions/workflows/ci.yml/badge.svg )] ( https://github.com/cgrindel/rules_swiftformat/actions/workflows/ci.yml )
3+ [ ![ Build] ( https://github.com/cgrindel/rules_swiftformat/actions/workflows/ci.yml/badge.svg?event=schedule )] ( https://github.com/cgrindel/rules_swiftformat/actions/workflows/ci.yml )
44
55This repository contains Bazel rules and macros that will format Swift source files using
66[ nicklockwood/SwiftFormat] ( https://github.com/nicklockwood/SwiftFormat ) , test that the formatted
You can’t perform that action at this time.
0 commit comments