8000 fix(deps): update dependency @cucumber/gherkin to v33 · cucumber/website@5f1b09d · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix(deps): update dependency @cucumber/gherkin to v33 #331

fix(deps): update dependency @cucumber/gherkin to v33

fix(deps): update dependency @cucumber/gherkin to v33 #331

Workflow file for this run

name: Check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22.x
- run: npm ci
- run: npm run prettier:check
0