mirror of
				https://github.com/Swatinem/rust-cache
				synced 2025-11-03 22:19:10 +00:00 
			
		
		
		
	ci: address lint findings, add zizmor workflow (#262)
This commit is contained in:
		
							parent
							
								
									f13886b937
								
							
						
					
					
						commit
						7bd5339b5b
					
				
					 10 changed files with 78 additions and 18 deletions
				
			
		
							
								
								
									
										6
									
								
								.github/workflows/workspaces.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/workspaces.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -2,6 +2,8 @@ name: workspaces
 | 
			
		|||
 | 
			
		||||
on: [push, pull_request]
 | 
			
		||||
 | 
			
		||||
permissions: {}
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  workspaces:
 | 
			
		||||
    if: github.repository == 'Swatinem/rust-cache'
 | 
			
		||||
| 
						 | 
				
			
			@ -17,7 +19,9 @@ jobs:
 | 
			
		|||
      CARGO_TERM_COLOR: always
 | 
			
		||||
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v5
 | 
			
		||||
      - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
 | 
			
		||||
        with:
 | 
			
		||||
          persist-credentials: false
 | 
			
		||||
 | 
			
		||||
      - run: rustup toolchain install stable --profile minimal --target wasm32-unknown-unknown --no-self-update
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue