Skip to content

Replacing otc-zuul app-id token with temporary otcbot token #44

Replacing otc-zuul app-id token with temporary otcbot token

Replacing otc-zuul app-id token with temporary otcbot token #44

Workflow file for this run

name: check
on:
pull_request:
branches: [ '*' ]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: 'yarn'
- name: Install dependencies
run: yarn install
- name: Run typecheck
run: yarn lint