Skip to content

Replace VCR with curl mock #710

Replace VCR with curl mock

Replace VCR with curl mock #710

Workflow file for this run

name: Lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version: 20
- run: npm ci
- run: npm run lint