mirror of
				https://kkgithub.com/actions/setup-python.git
				synced 2025-11-04 20:51:52 +08:00 
			
		
		
		
	* Add ESLint, update Prettier * Update docs * Update tests * Update licenses * Fix review points
		
			
				
	
	
		
			14 lines
		
	
	
		
			247 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			247 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
name: CodeQL analysis
 | 
						|
 | 
						|
on:
 | 
						|
  push:
 | 
						|
    branches: ['main']
 | 
						|
  pull_request:
 | 
						|
  schedule:
 | 
						|
    - cron: '0 3 * * 0'
 | 
						|
 | 
						|
jobs:
 | 
						|
  call-codeQL-analysis:
 | 
						|
    name: CodeQL analysis
 | 
						|
    uses: actions/reusable-workflows/.github/workflows/codeql-analysis.yml@main
 |