mirror of
				https://github.com/dockur/windows.git
				synced 2025-11-04 06:15:27 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			147 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			147 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
on:
 | 
						|
  workflow_dispatch:
 | 
						|
  pull_request:
 | 
						|
 | 
						|
name: "Test"
 | 
						|
permissions: {}
 | 
						|
 | 
						|
jobs:
 | 
						|
  shellcheck:
 | 
						|
    name: Test
 | 
						|
    uses: ./.github/workflows/check.yml
 |