Skip to content

fix: deprecated checkSVKValidationPlugin #80

fix: deprecated checkSVKValidationPlugin

fix: deprecated checkSVKValidationPlugin #80

Workflow file for this run

name: Mobx React Form
on:
push:
branches:
- master
jobs:
CI:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- run: npm install --force
- run: npm run cover
- run: npm run coverage:check
- run: npm run build
- run: npm run coverage:report
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}