Skip to content

Fix Commit And Push Option #52

Fix Commit And Push Option

Fix Commit And Push Option #52

Workflow file for this run

name: Build package with ncc
on: [pull_request]
jobs:
build-package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build node js module
uses: gps/ncc-gha@master
with:
TOKEN: ${{ secrets.GITHUB_TOKEN }}