This commit is contained in:
Dawid Dziurla 2020-03-25 23:13:26 +01:00
parent c68af108d8
commit d3ce6af944
No known key found for this signature in database
GPG key ID: 7B6D8368172E9B0B
7 changed files with 90 additions and 23 deletions

16
.github/workflows/test.yml vendored Normal file
View 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