We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f91d172 commit 09a70bfCopy full SHA for 09a70bf
.github/workflows/check.yml
@@ -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,6 +1,6 @@
[](https://github.com/perl-actions/install-cpanm/actions)
-# install-cpm
+# install-cpanm
GitHub action to install App::cpanminus
0 commit comments