Skip to content

fixed vehicleDragger tool cancel not reverting the car properly #85

fixed vehicleDragger tool cancel not reverting the car properly

fixed vehicleDragger tool cancel not reverting the car properly #85

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci --prefer-offline --no-audit
- run: npm run lint
test:
needs: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci --prefer-offline --no-audit
- run: npm run test