Skip to content

add --strict option (#19) #26

add --strict option (#19)

add --strict option (#19) #26

Workflow file for this run

on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: install
run: yarn install
- name: Publish
if: github.ref == 'refs/heads/main'
uses: Github-Actions-Community/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}