3232 uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3333 with :
3434 node-version : ${{ env.NODE_VERSION }}
35- - name : Environment Information
36- 3735 - name : Lint addon docs
3836 run : NODE=$(command -v node) make lint-addon-docs
3937 lint-cpp :
4846 with :
4947 python-version : ${{ env.PYTHON_VERSION }}
5048 allow-prereleases : true
51- - name : Environment Information
52- 5349 - name : Lint C/C++ files
5450 run : make lint-cpp
5551 format-cpp :
6965 with :
7066 python-version : ${{ env.PYTHON_VERSION }}
7167 allow-prereleases : true
72- - name : Environment Information
73- 7468 - name : Format C/C++ files
7569 run : |
7670 make format-cpp-build
10296 uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
10397 with :
10498 node-version : ${{ env.NODE_VERSION }}
105- - name : Environment Information
106- 10799 - name : Lint JavaScript files
108100 run : |
109101 set +e
@@ -183,8 +175,6 @@ jobs:
183175 with :
184176 python-version : ${{ env.PYTHON_VERSION }}
185177 allow-prereleases : true
186- - name : Environment Information
187- 188178 - name : Lint Python
189179 run : |
190180 make lint-py-build
@@ -207,8 +197,6 @@ jobs:
207197 with :
208198 python-version : ${{ env.PYTHON_VERSION }}
209199 allow-prereleases : true
210- - name : Environment Information
211- 212200 - name : Lint YAML
213201 run : |
214202 make lint-yaml-build || true
0 commit comments