forked from cory/tildefriends
		
	build: Some docs say the syntax is like this.
This commit is contained in:
		@@ -7,7 +7,9 @@ jobs:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    container:
 | 
			
		||||
      image: node:23-bookworm-slim
 | 
			
		||||
      valid_volumes: ['/opt/keys', '/opt/deps']
 | 
			
		||||
      valid_volumes:
 | 
			
		||||
        - '/opt/keys'
 | 
			
		||||
        - '/opt/deps'
 | 
			
		||||
      volumes:
 | 
			
		||||
        - /opt/keys:/opt/keys
 | 
			
		||||
        - /opt/deps:/opt/deps
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user