We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0822a58 commit 35b6033Copy full SHA for 35b6033
.github/workflows/nodejs.yml
@@ -148,8 +148,12 @@ jobs:
148
if:
149
'github.event_name == "pull_request"
150
run:
151
- npx commitlint --from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }} --verbose
+ 'npx install commitlint--verbose'
152
env:
153
+ "name": "mapbox-maps-flutter",
154
+ "lockfileVersion": 2,
155
+ "requires": true,
156
+ "packages": {}
157
NODE_PATH:
158
159
name: mapbox_maps_flutter
0 commit comments