mirror of
				https://github.com/actions/setup-go.git
				synced 2025-11-04 10:03:42 +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
		
			
				
	
	
		
			18 lines
		
	
	
		
			286 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			286 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
name: Check dist/
 | 
						|
 | 
						|
on:
 | 
						|
  push:
 | 
						|
    branches:
 | 
						|
      - main
 | 
						|
    paths-ignore:
 | 
						|
      - '**.md'
 | 
						|
  pull_request:
 | 
						|
    paths-ignore:
 | 
						|
      - '**.md'
 | 
						|
  workflow_dispatch:
 | 
						|
 | 
						|
jobs:
 | 
						|
  call-check-dist:
 | 
						|
    name: Check dist/
 | 
						|
    uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
 |