Skip to content

chore(deps): update wangyoucao577/go-release-action action to v1.52 #315

chore(deps): update wangyoucao577/go-release-action action to v1.52

chore(deps): update wangyoucao577/go-release-action action to v1.52 #315

Workflow file for this run

name: TypeScript
on:
pull_request:
paths:
- '.github/workflows/**'
- '**.ts'
- '**/package.json'
- '**/tsconfig.json'
- '**/yarn.lock'
jobs:
typescript-typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/asdf
with:
js: true
- run: yarn install
- name: Typecheck TypeScript
run: yarn run build