mirror of
				https://code.forgejo.org/actions/cache.git
				synced 2025-10-31 12:42:28 +00:00 
			
		
		
		
	Update example formatting (#57)
* adjust formatting of Carthage example * enable syntax highlighting for Cargo example
This commit is contained in:
		
							parent
							
								
									d8c5e69fe2
								
							
						
					
					
						commit
						5d3ad75a2b
					
				
					 1 changed files with 8 additions and 7 deletions
				
			
		
							
								
								
									
										15
									
								
								examples.md
									
										
									
									
									
								
							
							
						
						
									
										15
									
								
								examples.md
									
										
									
									
									
								
							|  | @ -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,12 +71,12 @@ Using [NuGet lock files](https://docs.microsoft.com/nuget/consume-packages/packa | |||
| ## Swift, Objective-C - Carthage | ||||
| 
 | ||||
| ```yaml | ||||
| uses: actions/cache@v1 | ||||
|       with: | ||||
|         path: Carthage | ||||
|         key: ${{ runner.os }}-carthage-${{ hashFiles('**/Cartfile.resolved') }} | ||||
|         restore-keys: | | ||||
|           ${{ runner.os }}-carthage- | ||||
| - uses: actions/cache@v1 | ||||
|   with: | ||||
|     path: Carthage | ||||
|     key: ${{ runner.os }}-carthage-${{ hashFiles('**/Cartfile.resolved') }} | ||||
|     restore-keys: | | ||||
|       ${{ runner.os }}-carthage- | ||||
| ``` | ||||
| 
 | ||||
| ## Swift, Objective-C - CocoaPods | ||||
|  | @ -123,7 +124,7 @@ uses: actions/cache@v1 | |||
| 
 | ||||
| ## Rust - Cargo | ||||
| 
 | ||||
| ``` | ||||
| ```yaml | ||||
| - name: Cache cargo registry | ||||
|   uses: actions/cache@v1 | ||||
|   with: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue