Skip to content

refactor: make URL a positional argument in fetch command #18

refactor: make URL a positional argument in fetch command

refactor: make URL a positional argument in fetch command #18

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
unit-tests:
name: Unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "22"
cache: "yarn"
cache-dependency-path: yarn.lock
- run: yarn install --frozen-lockfile
- run: yarn test