Skip to content

chore(deps-dev): bump @nestjs/platform-express from 11.0.7 to 11.0.16 #192

chore(deps-dev): bump @nestjs/platform-express from 11.0.7 to 11.0.16

chore(deps-dev): bump @nestjs/platform-express from 11.0.7 to 11.0.16 #192

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
linters:
name: Linters
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Format check
run: yarn format:check
- name: Lint files
run: yarn lint
- name: Type check files
run: yarn tsc