chore: intergrate Biome for check code linting issue
This commit is contained in:
		
							parent
							
								
									55f07fb562
								
							
						
					
					
						commit
						14c6c0a1ab
					
				| 
						 | 
				
			
			@ -7,6 +7,18 @@ on:
 | 
			
		|||
      - dev
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  quality:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Checkout repository
 | 
			
		||||
        uses: actions/checkout@v2
 | 
			
		||||
      - name: Setup Biome
 | 
			
		||||
        uses: biomejs/setup-biome@v2
 | 
			
		||||
        with:
 | 
			
		||||
          version: latest
 | 
			
		||||
      - name: Run Biome
 | 
			
		||||
        run: biome ci .
 | 
			
		||||
 | 
			
		||||
  publish:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user