Create 为什么港股中概股和A股在23年下半年崩盘.md #161
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check | |
on: [ push, pull_request ] | |
jobs: | |
Linker: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: markdownlint-cli | |
uses: nosborn/[email protected] | |
with: | |
files: . | |
config_file: .markdownlinter.json | |
Links: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: gaurav-nelson/[email protected] | |
with: | |
use-verbose-mode: 'yes' | |
config-file: '.markdownlinks.json' | |
base-branch: 'main' | |