Skip to content

Merge pull request #687 from xmtp/rygine/frames-validator #73

Merge pull request #687 from xmtp/rygine/frames-validator

Merge pull request #687 from xmtp/rygine/frames-validator #73

Workflow file for this run

name: No code changes
on:
push:
branches:
- main
pull_request:
paths:
- ".changeset/config.json"
- ".github/**"
- "!.github/workflows/js-sdk.yml"
- "!.github/workflows/node-sdk.yml"
- "!.github/workflows/content-types.yml"
- ".vscode/**"
- ".yarn/**"
- "*"
- "!.node-version"
- "!.nvmrc"
- "!.yarnrc.yml"
- "!turbo.json"
- "!yarn.lock"
jobs:
typecheck:
name: Typecheck
runs-on: ubuntu-latest
steps:
- run: echo "Nothing to typecheck"
test:
name: Test
runs-on: ubuntu-latest
steps:
- run: echo "Nothing to test"
build:
name: Build
runs-on: ubuntu-latest
steps:
- run: echo "Nothing to build"