mirror of
				https://github.com/KaKi87/vivaldi-source.git
				synced 2025-07-20 01:05:36 +00:00 
			
		
		
		
	👷 Add GitHub Actions & Bun script
This commit is contained in:
		
							parent
							
								
									d22632715a
								
							
						
					
					
						commit
						94e2b81576
					
				
					 3 changed files with 62 additions and 0 deletions
				
			
		
							
								
								
									
										20
									
								
								.github/workflows/bun.yml
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								.github/workflows/bun.yml
									
										
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1,20 @@ | |||
| name: Bun Test | ||||
| 
 | ||||
| on: | ||||
|   schedule: | ||||
|     - cron: '0 0 * * *' | ||||
| 
 | ||||
| jobs: | ||||
|   test: | ||||
|     runs-on: ubuntu-latest | ||||
| 
 | ||||
|     steps: | ||||
|       - uses: actions/checkout@v4 | ||||
| 
 | ||||
|       - name: Setup Bun | ||||
|         uses: oven-sh/setup-bun@v1 | ||||
|         with: | ||||
|           bun-version: latest | ||||
| 
 | ||||
|       - name: Run script | ||||
|         run: bun main.js | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue