File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,35 +79,6 @@ concurrency:
7979 cancel-in-progress : true
8080
8181jobs :
82- lint :
83- runs-on : ubuntu-24.04
84- steps :
85- - name : Checkout
86- uses : actions/checkout@v4
87- - uses : actions/setup-node@v4
88- with :
89- node-version : ' 22'
90- cache : yarn
91- - name : install typescript
92- shell : bash
93- run : yarn global add typescript@4.9.5
94- - name : install dependencies
95- run : yarn install --frozen-lockfile --network-concurrency 1
96- - uses : actions/setup-python@v5
97- with :
98- python-version : ' 3.9'
99- cache : pip
100- - name : Install python deps
101- run : pip install flake8
102- - name : Lint Javascript
103- run : yarn run --silent lint -- --max-warnings 0
104- - name : Lint Markdown
105- run : yarn run --silent lint_md
106- - name : Lint python
107- run : flake8 $(git ls-files "*.py")
108- - name : Lint Yaml
109- run : yamllint -c yamllint.yml $(git ls-files "*.yml")
110-
11182 unit-tests :
11283 runs-on : ubuntu-24.04
11384 steps :
You can’t perform that action at this time.
0 commit comments