File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,13 @@ jobs:
2121 - name : Get swift version
2222 run : swift --version
2323 - name : Cache Mint
24+ if : ${{ matrix.os == 'macos-latest' }}
2425 id : cache-mint
2526 uses : actions/cache@v3
2627 with :
27- key : ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('Mintfile') }}
2828 path : ~/mint
29+ key : ${{ runner.os }}-mint-${{ hashFiles('**/Mintfile') }}
30+ restore-keys : ${{ runner.os }}-mint-
2931 - uses : actions/checkout@v2
3032 - name : Install Dependencies (Mac only)
3133 if : ${{ matrix.os == 'macos-latest' && steps.cache-npm.outputs.cache-hit != 'true' }}
Original file line number Diff line number Diff line change 44</p >
55
66![ Build Status] ( https://github.com/SwiftRex/SwiftRex/actions/workflows/swift.yml/badge.svg?branch=develop )
7- [ ![ codecov] ( https://codecov.io/gh/SwiftRex/Reducer/branch/develop /graph/badge.svg )] ( https://codecov.io/gh/SwiftRex/Reducer )
7+ [ ![ codecov] ( https://codecov.io/gh/SwiftRex/Reducer/branch/master /graph/badge.svg?token=JqeB4QMx0T )] ( https://codecov.io/gh/SwiftRex/Reducer )
88[ ![ Jazzy Documentation] ( https://swiftrex.github.io/SwiftRex/api/badge.svg )] ( https://swiftrex.github.io/SwiftRex/api/index.html )
99[ ![ CocoaPods compatible] ( https://img.shields.io/cocoapods/v/SwiftRex.svg )] ( https://cocoapods.org/pods/SwiftRex )
1010[ ![ Swift Package Manager compatible] ( https://img.shields.io/badge/Swift%20Package%20Manager-compatible-orange.svg )] ( https://swiftpackageindex.com/SwiftRex/Reducer )
You can’t perform that action at this time.
0 commit comments