Skip to content

Commit 9f39ea6

Browse files
committed
Switch to GitHub Actions
1 parent bb0b811 commit 9f39ea6

File tree

2 files changed

+14
-29
lines changed

2 files changed

+14
-29
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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
14+
additional-modules: Config::AutoConf

azure-pipelines.yml

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

0 commit comments

Comments
 (0)