forked from open-webui/open-webui
		
	Compare commits
	
		
			2 commits
		
	
	
		
			0c13b17a3d
			...
			3f190809af
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 3f190809af | |||
| d37bfc1278 | 
					 1 changed files with 5 additions and 1 deletions
				
			
		
							
								
								
									
										6
									
								
								.github/workflows/format-backend.yaml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/format-backend.yaml
									
										
									
									
										vendored
									
									
								
							|  | @ -8,15 +8,19 @@ jobs: | |||
|     name: 'Format Backend' | ||||
|     env: | ||||
|       PUBLIC_API_BASE_URL: '' | ||||
|       RUNNER_TOOL_CACHE: /toolcache | ||||
|     runs-on: ubuntu-latest | ||||
|     strategy: | ||||
|       matrix: | ||||
|         node-version: | ||||
|           - latest | ||||
|         python-version: [ '3.1i2.2' ] | ||||
|     steps: | ||||
|       - uses: actions/checkout@v4 | ||||
|       - name: Use Python | ||||
|         uses: actions/setup-python@v4 | ||||
|         uses: actions/setup-python@v2 | ||||
|         with: | ||||
|           python-version: ${{ matrix.python-version }} | ||||
|       - name: Use Bun | ||||
|         uses: oven-sh/setup-bun@v1 | ||||
|       - name: Install dependencies | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue