Skip to content

Byndyusoft/node-reusable-workflows

Repository files navigation

node-reusable-workflows

test code style: prettier

Reusable workflows for Node.js

Requirements

  • Node.js v14 LTS or later
  • yarn

Usage

.github/workflows/test.yaml

name: test

on:
  - push
  - pull_request

jobs:
  test:
    uses: Byndyusoft/node-reusable-workflows/.github/workflows/test.yaml@master

.github/workflows/deploy.yaml

name: deploy

on:
  - workflow_dispatch

jobs:
  deploy:
    uses: Byndyusoft/node-reusable-workflows/.github/workflows/deploy.yaml@master
    secrets:
      NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

Maintainers

License

This repository is released under version 2.0 of the Apache License.