Skip to content

feature: support for link as resolve_links value #767

feature: support for link as resolve_links value

feature: support for link as resolve_links value #767

Workflow file for this run

name: build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "^18.4.0"
cache: "npm"
- name: Install dependencies
run: npm ci
- run: npm run lint
- run: npm run prettier -- --check
- run: npm run test
- run: npm run build