mirror of
				https://github.com/actions/setup-go.git
				synced 2025-10-28 04:50:32 +00:00 
			
		
		
		
	 7406d654ad
			
		
	
	7406d654ad
	
	
	
		
			
			* Turn on ESLint and update Prettier * Update eslint config * Update eslint config * Update dependencies * Update ESLint and Prettier configurations * update package.json * Update prettier command * Update prettier config file * Change CRLF to LF * Update docs * Update docs
		
			
				
	
	
		
			15 lines
		
	
	
		
			266 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			266 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| name: CodeQL analysis
 | |
| 
 | |
| on:
 | |
|   push:
 | |
|     branches: [main]
 | |
|   pull_request:
 | |
|     branches: [main]
 | |
|   schedule:
 | |
|     - cron: '0 3 * * 0'
 | |
| 
 | |
| jobs:
 | |
|   call-codeQL-analysis:
 | |
|     name: CodeQL analysis
 | |
|     uses: actions/reusable-workflows/.github/workflows/codeql-analysis.yml@main
 |