Skip to content

Commit 6e3cffb

Browse files
committed
Switch to GitHub Actions
1 parent 1158b04 commit 6e3cffb

File tree

2 files changed

+13
-29
lines changed

2 files changed

+13
-29
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Run tests
2+
3+
on:
4+
- pull_request
5+
- push
6+
7+
jobs:
8+
ci:
9+
uses: houseabsolute/workflow-perl-dzil-ci/.github/workflows/ci.yml@v0
10+
with:
11+
dist: File-LibMagic
12+
with-threads: true
13+
ref: v0

azure-pipelines.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)