Skip to content

Commit b984a6f

Browse files
author
Joe Theriault
committed
Migrate to GitHub Actions from Drone
1 parent 5712007 commit b984a6f

File tree

2 files changed

+6
-45
lines changed

2 files changed

+6
-45
lines changed

.drone.yml

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

.github/workflows/main.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: CI Pipeline
2+
on: [push]
3+
jobs:
4+
legion-npm-pipeline:
5+
uses: meltwater/legion-github-repos/.github/workflows/legion-npm-package.yml@master
6+
secrets: inherit

0 commit comments

Comments
 (0)