forked from waja/action-debian-package
16 lines
338 B
YAML
16 lines
338 B
YAML
|
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
|