File tree Expand file tree Collapse file tree 2 files changed +28
-43
lines changed Expand file tree Collapse file tree 2 files changed +28
-43
lines changed Original file line number Diff line number Diff line change 22
33on :
44 pull_request :
5- types : [opened, reopened, synchronize]
5+ types : [opened, edited, reopened, synchronize]
66
77permissions :
88 contents : read
4040
4141 - name : Run production build
4242 run : make production
43+ lint :
44+ name : Lint
45+ runs-on : ubuntu-latest
46+ steps :
47+ - name : Checkout
48+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
49+
50+ - name : Set up Python 3.12
51+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
52+ with :
53+ python-version : 3.12
54+
55+ - name : Install dependencies
56+ run : pip install -r requirements_test.txt
57+
58+ - name : Register problem matchers
59+ run : |
60+ echo "::add-matcher::.github/workflows/matchers/ci-custom.json"
61+
62+ - name : markdownlint-cli
63+ uses : nosborn/github-action-markdown-cli@508d6cefd8f0cc99eab5d2d4685b1d5f470042c1 # v3.5.0
64+ with :
65+ config_file : " .markdownlintrc"
66+ files : .
67+
68+ - name : Lint
69+ run : python lint.py
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments