Skip to content

build(deps): bump actions/checkout from 5.0.0 to 5.0.1 #1442

build(deps): bump actions/checkout from 5.0.0 to 5.0.1

build(deps): bump actions/checkout from 5.0.0 to 5.0.1 #1442

name: typescript-gate
on:
merge_group:
types: [checks_requested]
pull_request:
paths:
- src/**
- tests/**
- '*.json'
- action.yml
- .github/workflows/typescript-gate.yml
push:
branches:
- main
paths:
- src/**
- tests/**
- '*.json'
- action.yml
- .github/workflows/typescript-gate.yml
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v3.5.2
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
with:
node-version: 20
cache: yarn
env:
GITHUB_TOKEN: ${{ github.token }}
- run: yarn
- run: yarn build
- run: yarn test
env:
GITHUB_TOKEN: ${{ github.token }} # GH cli call needs the token
- run: yarn format-check
- run: yarn lint
- run: yarn package