We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b15a1 commit d329d86Copy full SHA for d329d86
.github/workflows/main.yml
@@ -0,0 +1,11 @@
1
+on: [push]
2
+
3
+jobs:
4
+ testing:
5
+ runs-on: ubuntu-latest
6
+ name: Testing GitHub action
7
+ steps:
8
+ - name: install-cpm
9
+ uses: perl-actions/install-cpm@master
10
+ - name: which cpm
11
+ run: which cpm
0 commit comments