We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a5706b commit 46e9483Copy full SHA for 46e9483
.github/workflows/check.yml
@@ -0,0 +1,17 @@
1
+name: Check
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - main
7
+ schedule:
8
+ - cron: '0 0 * * *'
9
10
+jobs:
11
+ check:
12
+ runs-on: ubuntu-latest
13
+ timeout-minutes: 5
14
+ steps:
15
+ - uses: actions/checkout@v4
16
+ - name: Check the swift-format version
17
+ run: make check
.gitignore
@@ -1,3 +1,2 @@
-swift-format
-swift-format-*
+swift-format*
.DS_Store
0 commit comments