File tree Expand file tree Collapse file tree 3 files changed +15
-5
lines changed
Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1+ root = true
2+
3+ [* ]
4+ end_of_line = lf
5+ trim_trailing_whitespace = true
6+
7+ # 4 space indentation
8+ [* .swift ]
9+ indent_style = space
10+ indent_size = 4
Original file line number Diff line number Diff line change 77
88jobs :
99 doc :
10- runs-on : macos -latest
10+ runs-on : ubuntu -latest
1111
1212 steps :
1313 - name : Checkout repo
14- uses : actions/checkout@v2
14+ uses : actions/checkout@v4
1515
1616 - name : Publish Jazzy Docs
1717 uses : steven0351/publish-jazzy-docs@v1
Original file line number Diff line number Diff line change 1010
1111jobs :
1212 test :
13- runs-on : macos-11
13+ runs-on : ubuntu-latest
1414
1515 steps :
1616 - name : Checkout repo
17- uses : actions/checkout@v2
17+ uses : actions/checkout@v4
1818
1919 - name : Lint code
2020 run : swiftlint lint
2121
2222 - name : Run tests
23- run : swift test --enable-test-discovery
23+ run : swift test
You can’t perform that action at this time.
0 commit comments