Skip to content

docs: tw604-deploy-arbitrum-chain #2282

docs: tw604-deploy-arbitrum-chain

docs: tw604-deploy-arbitrum-chain #2282

Workflow file for this run

name: Tests
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all history for git diff commands
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: 'yarn'
cache-dependency-path: yarn.lock
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Check for deleted markdown files
run: yarn tsx scripts/check-markdown.ts --ci