add ci
This commit is contained in:
		
							parent
							
								
									c60aa767ca
								
							
						
					
					
						commit
						fde0e712ac
					
				
							
								
								
									
										23
									
								
								.github/workflows/optparse-test.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								.github/workflows/optparse-test.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@ -0,0 +1,23 @@
 | 
				
			|||||||
 | 
					name: Optparse Test
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					on:
 | 
				
			||||||
 | 
					  push:
 | 
				
			||||||
 | 
					    branches:
 | 
				
			||||||
 | 
					      - '**'
 | 
				
			||||||
 | 
					  pull_request:
 | 
				
			||||||
 | 
					    branches:
 | 
				
			||||||
 | 
					      - '**'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					jobs:
 | 
				
			||||||
 | 
					  ghcup-optparse-test:
 | 
				
			||||||
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    steps:
 | 
				
			||||||
 | 
					      - uses: actions/checkout@v3
 | 
				
			||||||
 | 
					      - uses: haskell/actions/setup@v2
 | 
				
			||||||
 | 
					        id: setup-haskell
 | 
				
			||||||
 | 
					        with:
 | 
				
			||||||
 | 
					          ghc-version: 9.2.8
 | 
				
			||||||
 | 
					          cabal-version: 3.10.1.0
 | 
				
			||||||
 | 
					      - run:
 | 
				
			||||||
 | 
					          cabal test ghcup-optparse-test
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user