Skip to content

transform pending status older that 2h into failed (#188) #214

transform pending status older that 2h into failed (#188)

transform pending status older that 2h into failed (#188) #214

Workflow file for this run

name: 'Lint, Build, and Test'
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
check:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest]
node: [18]
fail-fast: true
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: corepack enable
- run: yarn install --immutable
- run: yarn run lint
- run: yarn run build