Skip to content

Parse RpcMessages with Zod #121

Parse RpcMessages with Zod

Parse RpcMessages with Zod #121

Workflow file for this run

# vim: sw=2
name: Lint
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
type-check:
name: Type check
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install tsc
run: npm install
- name: Run tsc
run: npx tsc --noEmit
xo:
name: xo
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install tsc
run: npm install
- name: Run linters
run: npm run lint