Commit Graph

6 Commits

Author SHA1 Message Date
Josh Gross 8ba0ca0797 Remove extra character (#1023) 2021-07-26 11:26:46 -04:00
DezorkIT 85b7086a46 Removed *`* because it crashes build
There was a mistake in [last commit](https://github.com/actions/starter-workflows/commit/5ac32fc0977190a464c62c63cad5fcb04067c34e),  that added additional *`* which causes this error 
```
/Users/runner/work/_temp/2259bec8-2d05-441b-ada0-fad594134af2.sh: line 5: unexpected EOF while looking for matching ``'
14
Error: Process completed with exit code 2.
```
I just simply removed it.
2021-06-14 15:19:02 +03:00
Ken Luke 5ac32fc097 instruments is depreacted, update to use xcrun xctrace
The instruments command is deprecated as of Xcode 12 (https://developer.apple.com/documentation/xcode-release-notes/xcode-12-release-notes). Updated to use the corresponding `xcrun` command.
2021-04-23 11:33:14 -07:00
Jai Govindani 1d9faa8666 fix(triggers): use $default-branch instead of hard-coding
Co-authored-by: Andy McKay <andymckay@github.com>
2020-08-22 15:06:07 +07:00
Jai Govindani 8086b89ce1 Set name of workflow to sentence case
Signed-off-by: Jai Govindani <jai@honestbank.com>
2020-08-22 15:05:59 +07:00
Jai Govindani eb30c1ee37 Add iOS Starter Workflow
Signed-off-by: Jai Govindani <jai@honestbank.com>
2020-08-22 15:05:58 +07:00