Skip to content

Commit

Permalink
patch: renamed ci workflow and use org ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlday committed Dec 11, 2022
1 parent ec090c3 commit 898e5b9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 35 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/nodejs-ci.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/workflows/npm-ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Node.js CI

on: pull_request

concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true

jobs:
npm-ci:
uses: prosegrinder/.github/.github/workflows/npm-ci.yaml

0 comments on commit 898e5b9

Please sign in to comment.