Skip to content

Commit

Permalink
chore: Use reusable workflow for CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Oct 27, 2022
1 parent 4d40d6b commit 2fbbacc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 85 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/cd.yml

This file was deleted.

12 changes: 12 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: CI/CD

on:
push:
pull_request:
types: [opened, edited, reopened, synchronize]

jobs:
ci-cd:
name: CI/CD
uses: 47ng/workflows/.github/workflows/node-ci-cd.yml@main
secrets: inherit
45 changes: 0 additions & 45 deletions .github/workflows/ci.yml

This file was deleted.

0 comments on commit 2fbbacc

Please sign in to comment.