mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-06 00:18:51 +08:00
workflow: update
This commit is contained in:
parent
5abb47df3b
commit
b3b08b947b
17
.github/workflows/linter.yml
vendored
17
.github/workflows/linter.yml
vendored
@ -15,6 +15,9 @@ name: Lint Code Base
|
|||||||
# Start the job on all push #
|
# Start the job on all push #
|
||||||
#############################
|
#############################
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches-ignore: main
|
||||||
|
# Remove the line above to run when pushing to master
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: main
|
branches: main
|
||||||
|
|
||||||
@ -32,10 +35,16 @@ jobs:
|
|||||||
# Load all steps #
|
# Load all steps #
|
||||||
##################
|
##################
|
||||||
steps:
|
steps:
|
||||||
################################
|
##########################
|
||||||
# Run Linter against code base #
|
# Checkout the code base #
|
||||||
################################
|
##########################
|
||||||
- name: Lint
|
- name: Checkout Code
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
# Full git history is needed to get a proper list of changed files within `super-linter`
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
yarn install
|
yarn install
|
||||||
yarn lint
|
yarn lint
|
||||||
|
Loading…
x
Reference in New Issue
Block a user