Skip to content

Commit

Permalink
refactor(ci): provide powerful github piplines (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xunzhuo authored Apr 30, 2022
1 parent 0506c93 commit 9a040f9
Show file tree
Hide file tree
Showing 214 changed files with 2,381 additions and 896 deletions.
19 changes: 13 additions & 6 deletions .github/pr-title-checker-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,19 @@
},
"CHECKS": {
"prefixes": [
"fix: ",
"feat: ",
"feature: ",
"doc: ",
"ci: ",
"chore: "
"fix",
"feat",
"feature",
"docs",
"ci",
"chore",
"test",
"revert",
"style",
"refactor",
"sync",
"perf",
"merge"
],
"regexp": "docs\\(v[0-9]\\): ",
"regexpFlags": "i",
Expand Down
9 changes: 2 additions & 7 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
name: "CodeQL"
name: Layotto Env Pipeline 🌊

on:
push:
branches: [master, ]
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
schedule:
- cron: '0 4 * * 5'

jobs:
analyse:
name: Analyse
name: 🍀 CodeQL
runs-on: ubuntu-latest

steps:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/dead-link-checker.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Dead Link Checker
name: Layotto Env Pipeline 🌊

on:
pull_request:
branches:
- main

jobs:
CheckDeadLinks:
check:
name: "🍀 DeadLink Validation"
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
Expand All @@ -22,4 +23,4 @@ jobs:
nohup docsify serve docs -p 3000 &
- name: Check dead links in all the .md files
run: make check-dead-link
run: make style.deadlink
101 changes: 0 additions & 101 deletions .github/workflows/github-actions.yml

This file was deleted.

Loading

0 comments on commit 9a040f9

Please sign in to comment.