Skip to content

Bump @architect/package from 9.0.0-RC.2 to 9.0.0 #363

Bump @architect/package from 9.0.0-RC.2 to 9.0.0

Bump @architect/package from 9.0.0-RC.2 to 9.0.0 #363

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