Skip to content

Bump @architect/package from 9.0.0 to 9.0.1 #368

Bump @architect/package from 9.0.0 to 9.0.1

Bump @architect/package from 9.0.0 to 9.0.1 #368

Workflow file for this run

name: "Arc.codes Link Checker"
on: [ pull_request ]
defaults:
run:
shell: bash
jobs:
linkchecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/*
- run: npm i
- run: npx arc hydrate
- run: npm run link-checker