Delete test.yml

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

View File

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