This commit is contained in:
Loyalsoldier 2020-01-27 20:37:44 +08:00 committed by GitHub
parent ffc54de20e
commit 3a83e3911d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
.github/workflows/test.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: Test if Perl
on:
push:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Perl
run: |
perl --version
which perl