Unverified Commit a565faf8 authored by 言肆's avatar 言肆 Committed by GitHub

chore: add github actions

parent 17a96398
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
name: Ant Design Vue Pro
on:
push:
branches:
- master
- feature/*
- release/*
jobs:
build:
runs-on: node:12.14
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- run: yarn && yarn lint && yarn build
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment