Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pro-layout
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
packages
pro-layout
Commits
a565faf8
Unverified
Commit
a565faf8
authored
Jun 23, 2020
by
言肆
Committed by
GitHub
Jun 23, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: add github actions
parent
17a96398
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
commit-test-build.yml
.github/workflows/commit-test-build.yml
+22
-0
No files found.
.github/workflows/commit-test-build.yml
0 → 100644
View file @
a565faf8
# 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment