forked from open-webui/open-webui
		
	fix: 💚 disable lint CI
This commit is contained in:
		
							parent
							
								
									699fbefb8a
								
							
						
					
					
						commit
						ea7ea52ba3
					
				
					 2 changed files with 0 additions and 0 deletions
				
			
		
							
								
								
									
										21
									
								
								.github/workflows/lint-frontend.disabled
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								.github/workflows/lint-frontend.disabled
									
										
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1,21 @@ | |||
| name: Bun CI | ||||
| on: | ||||
|   push: | ||||
|     branches: ['main'] | ||||
|   pull_request: | ||||
| jobs: | ||||
|   build: | ||||
|     name: 'Lint Frontend' | ||||
|     env: | ||||
|       PUBLIC_API_BASE_URL: '' | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - uses: actions/checkout@v4 | ||||
|       - name: Use Bun | ||||
|         uses: oven-sh/setup-bun@v1 | ||||
|       - run: bun --version | ||||
|       - name: Install frontend dependencies | ||||
|         run: bun install --frozen-lockfile | ||||
|       - run: bun run lint:frontend | ||||
|       - run: bun run lint:types | ||||
|         if: success() || failure() | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 ThatOneCalculator
						ThatOneCalculator