mirror of
https://github.com/MetaCubeX/meta-rules-dat.git
synced 2025-06-08 09:05:36 +08:00
17 lines
211 B
YAML
17 lines
211 B
YAML
name: Test if Perl
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
|
|
jobs:
|
|
build:
|
|
name: Build
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- name: Perl
|
|
run: |
|
|
perl --version
|
|
which perl
|