Skip to content

Commit 09a70bf

Browse files
committed
add github workflow to test
1 parent f91d172 commit 09a70bf

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.github/workflows/check.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: check
2+
3+
on: [push]
4+
5+
jobs:
6+
testing:
7+
runs-on: ubuntu-latest
8+
name: Testing GitHub action
9+
steps:
10+
- name: install-cpanm
11+
uses: perl-actions/install-cpanm@master
12+
- name: which cpanm
13+
run: which cpanm

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Actions Status](https://github.com/perl-actions/install-cpanm/workflows/check/badge.svg)](https://github.com/perl-actions/install-cpanm/actions)
22

3-
# install-cpm
3+
# install-cpanm
44

55
GitHub action to install App::cpanminus
66

0 commit comments

Comments
 (0)