Skip to content

Commit

Permalink
add github workflow to test
Browse files Browse the repository at this point in the history
  • Loading branch information
atoomic committed Apr 13, 2020
1 parent f91d172 commit 09a70bf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: check

on: [push]

jobs:
testing:
runs-on: ubuntu-latest
name: Testing GitHub action
steps:
- name: install-cpanm
uses: perl-actions/install-cpanm@master
- name: which cpanm
run: which cpanm
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Actions Status](https://github.com/perl-actions/install-cpanm/workflows/check/badge.svg)](https://github.com/perl-actions/install-cpanm/actions)

# install-cpm
# install-cpanm

GitHub action to install App::cpanminus

Expand Down

0 comments on commit 09a70bf

Please sign in to comment.