Skip to content

Commit

Permalink
Trying my luck with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Napsty committed Nov 25, 2019
1 parent 80f9d30 commit a9a5e7b
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/launchhelp.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,18 @@
# @file package-release.yml
# @file launchhelp.yml
---
name: Launch help

# Trigger the workflow on push or pull request
on: [push, pull_request]

jobs:
push:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install perl
run: |
apt-get install -qq -yy perl
- name: Launch script with --help
run: |
./check_smart.pl --help
pull_request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install perl
run: |
apt-get install -qq -yy perl
sudo apt-get install -qq -yy perl
- name: Launch script with --help
run: |
./check_smart.pl --help

0 comments on commit a9a5e7b

Please sign in to comment.