init
This commit is contained in:
		
							parent
							
								
									c68af108d8
								
							
						
					
					
						commit
						d3ce6af944
					
				
					 7 changed files with 90 additions and 23 deletions
				
			
		
							
								
								
									
										16
									
								
								.github/workflows/test.yml
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								.github/workflows/test.yml
									
										
									
									
										vendored
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,16 @@
 | 
			
		|||
name: Test Action
 | 
			
		||||
 | 
			
		||||
on: push
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  test:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Checkout code
 | 
			
		||||
        uses: actions/checkout@v2
 | 
			
		||||
      - name: Clone repo
 | 
			
		||||
        run: git clone https://salsa.debian.org/ruby-team/lolcat.git -b debian/100.0.1-2
 | 
			
		||||
      - name: Test run
 | 
			
		||||
        uses: ./
 | 
			
		||||
        with:
 | 
			
		||||
          directory: lolcat
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue