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]
 | 
					on: [push]
 | 
				
			||||||
name: build
 | 
					name: build
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  runhaskell:
 | 
					  build:
 | 
				
			||||||
    name: Hello World
 | 
					    name: Build
 | 
				
			||||||
    runs-on: ubuntu-latest # or macOS-latest, or windows-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v3
 | 
					      - uses: actions/checkout@v3
 | 
				
			||||||
      - uses: haskell/actions/setup@v2
 | 
					      - uses: haskell-actions/setup@v2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          enable-stack: true
 | 
					          enable-stack: true
 | 
				
			||||||
      - run: stack build
 | 
					      - run: stack build
 | 
				
			||||||
| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
# tetris [](https://github.com/samtay/tetris/actions/workflows/ci.yml)
 | 
					# tetris [](https://github.com/samtay/tetris/actions/workflows/ci.yaml)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
A terminal interface for Tetris
 | 
					A terminal interface for Tetris
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue