Skip to content

build(deps-dev): bump @typescript-eslint/parser from 6.13.2 to 6.15.0 #487

build(deps-dev): bump @typescript-eslint/parser from 6.13.2 to 6.15.0

build(deps-dev): bump @typescript-eslint/parser from 6.13.2 to 6.15.0 #487

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@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.5.2
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
with:
node-version: 16
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