Rename workflow
This commit is contained in:
		
							parent
							
								
									9fd35f7691
								
							
						
					
					
						commit
						3fd342c69f
					
				
					 2 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -1,12 +1,12 @@
 | 
			
		|||
on: [push]
 | 
			
		||||
name: build
 | 
			
		||||
jobs:
 | 
			
		||||
  runhaskell:
 | 
			
		||||
    name: Hello World
 | 
			
		||||
    runs-on: ubuntu-latest # or macOS-latest, or windows-latest
 | 
			
		||||
  build:
 | 
			
		||||
    name: Build
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v3
 | 
			
		||||
      - uses: haskell/actions/setup@v2
 | 
			
		||||
      - uses: haskell-actions/setup@v2
 | 
			
		||||
        with:
 | 
			
		||||
          enable-stack: true
 | 
			
		||||
      - run: stack build
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue