1
0
mirror of https://github.com/MetaCubeX/meta-rules-dat.git synced 2025-11-03 17:46:54 +08:00

Delete test.yml

This commit is contained in:
Loyalsoldier
2020-01-27 20:40:50 +08:00
committed by GitHub
parent 3a83e3911d
commit b1148f1bb7

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