mirror of
				https://github.com/actions/setup-go.git
				synced 2025-11-04 15:43:41 +00:00 
			
		
		
		
	* 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
		
	
	
		
			214 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			214 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
name: Licensed
 | 
						|
 | 
						|
on:
 | 
						|
  push:
 | 
						|
    branches:
 | 
						|
      - main
 | 
						|
  pull_request:
 | 
						|
    branches:
 | 
						|
      - main
 | 
						|
 | 
						|
jobs:
 | 
						|
  call-licensed:
 | 
						|
    name: Licensed
 | 
						|
    uses: actions/reusable-workflows/.github/workflows/licensed.yml@main
 |