Update example formatting (#57)

* adjust formatting of Carthage example

* enable syntax highlighting for Cargo example
pull/52/head
Koen Punt 5 years ago committed by Josh Gross
parent d8c5e69fe2
commit 5d3ad75a2b

@ -36,6 +36,7 @@
## C# - Nuget
Using [NuGet lock files](https://docs.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies):
```yaml
- uses: actions/cache@v1
with:
@ -70,7 +71,7 @@ Using [NuGet lock files](https://docs.microsoft.com/nuget/consume-packages/packa
## Swift, Objective-C - Carthage
```yaml
uses: actions/cache@v1
- uses: actions/cache@v1
with:
path: Carthage
key: ${{ runner.os }}-carthage-${{ hashFiles('**/Cartfile.resolved') }}
@ -123,7 +124,7 @@ uses: actions/cache@v1
## Rust - Cargo
```
```yaml
- name: Cache cargo registry
uses: actions/cache@v1
with:

Loading…
Cancel
Save