Skip to content

feat: add target parameter for Dependabot secrets (#109) #170

feat: add target parameter for Dependabot secrets (#109)

feat: add target parameter for Dependabot secrets (#109) #170

Workflow file for this run

name: "Build"
on:
[push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
npm i
npm run all