File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 30
30
env :
31
31
DEVELOPER_DIR : /Applications/Xcode_${{ matrix.xcode_version }}.app
32
32
steps :
33
- - uses : actions/checkout@v1
33
+ - uses : actions/checkout@v2
34
34
- run : brew install cmake ninja
35
35
- run : swift -version
36
36
- run : cmake -B build -G Ninja -S . -DCMAKE_BUILD_TYPE=Release
Original file line number Diff line number Diff line change 27
27
container :
28
28
image : norionomura/jazzy:0.13.2_swift-5.2.1
29
29
steps :
30
- - uses : actions/checkout@v1
30
+ - uses : actions/checkout@v2
31
31
- run : bundle install --path vendor/bundle
32
32
- run : swift build
33
33
- name : Generate documentation json
Original file line number Diff line number Diff line change 29
29
container :
30
30
image : norionomura/swift:nightly
31
31
steps :
32
- - uses : actions/checkout@v1
32
+ - uses : actions/checkout@v2
33
33
- run : YAMS_DEFAULT_ENCODING=UTF16 swift test --parallel
34
34
- run : YAMS_DEFAULT_ENCODING=UTF8 swift test --parallel
Original file line number Diff line number Diff line change 24
24
env :
25
25
DEVELOPER_DIR : /Applications/Xcode_11.4.app
26
26
steps :
27
- - uses : actions/checkout@v1
27
+ - uses : actions/checkout@v2
28
28
- run : bundle install --path vendor/bundle
29
29
- run : bundle exec pod lib lint --verbose
Original file line number Diff line number Diff line change 11
11
SwiftLint :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v1
14
+ - uses : actions/checkout@v2
15
15
- name : GitHub Action for SwiftLint
16
16
uses :
norio-nomura/[email protected]
Original file line number Diff line number Diff line change 25
25
env :
26
26
DEVELOPER_DIR : /Applications/Xcode_11.4.app
27
27
steps :
28
- - uses : actions/checkout@v1
28
+ - uses : actions/checkout@v2
29
29
- name : Generate xcodebuild.log
30
30
run : xcodebuild -scheme Yams -project Yams.xcodeproj clean build-for-testing > xcodebuild.log
31
31
shell : bash
Original file line number Diff line number Diff line change 30
30
env :
31
31
DEVELOPER_DIR : /Applications/Xcode_${{ matrix.xcode_version }}.app
32
32
steps :
33
- - uses : actions/checkout@v1
33
+ - uses : actions/checkout@v2
34
34
- run : swift -version
35
35
- run : YAMS_DEFAULT_ENCODING=UTF16 swift test --parallel
36
36
- run : YAMS_DEFAULT_ENCODING=UTF8 swift test --parallel
43
43
container :
44
44
image : swift:${{ matrix.tag }}
45
45
steps :
46
- - uses : actions/checkout@v1
46
+ - uses : actions/checkout@v2
47
47
- run : YAMS_DEFAULT_ENCODING=UTF16 swift test --parallel
48
48
- run : YAMS_DEFAULT_ENCODING=UTF8 swift test --parallel
Original file line number Diff line number Diff line change 41
41
env :
42
42
DEVELOPER_DIR : /Applications/Xcode_${{ matrix.xcode.version }}.app
43
43
steps :
44
- - uses : actions/checkout@v1
44
+ - uses : actions/checkout@v2
45
45
- run : xcodebuild -version
46
46
- name : macOS with UTF16
47
47
if : always()
You can’t perform that action at this time.
0 commit comments