Skip to content

Commit d329d86

Browse files
committed
test itself
1 parent 75b15a1 commit d329d86

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/main.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)