Skip to content

build(deps-dev): bump eslint-plugin-jest from 28.6.0 to 28.8.3 #853

build(deps-dev): bump eslint-plugin-jest from 28.6.0 to 28.8.3

build(deps-dev): bump eslint-plugin-jest from 28.6.0 to 28.8.3 #853

Workflow file for this run

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v3.5.2
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
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