Skip to content

feat: metadata + ox-type-check #13

feat: metadata + ox-type-check

feat: metadata + ox-type-check #13

Workflow file for this run

name: Verify
on:
workflow_dispatch:
push:
branches:
- "*"
paths:
- ./packages/**
- ./.github/workflows/verify.yml
- ./package.json
pull_request:
branches:
- "*"
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
verify:
name: Verify source
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "yarn"
- name: Install dependencies
run: yarn install --immutable
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
- name: Verify
run: yarn verify