Skip to content

Commit

Permalink
Migrate to GitHub Actions from Drone (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Theriault authored Sep 30, 2024
1 parent 5712007 commit 8b1f67a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 45 deletions.
45 changes: 0 additions & 45 deletions .drone.yml

This file was deleted.

6 changes: 6 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: CI Pipeline
on: [push]
jobs:
legion-npm-pipeline:
uses: meltwater/legion-github-repos/.github/workflows/legion-npm-package.yml@master
secrets: inherit

0 comments on commit 8b1f67a

Please sign in to comment.