Skip to content

build(deps-dev): bump @stylistic/eslint-plugin-ts from 3.0.0 to 4.2.0 #124

build(deps-dev): bump @stylistic/eslint-plugin-ts from 3.0.0 to 4.2.0

build(deps-dev): bump @stylistic/eslint-plugin-ts from 3.0.0 to 4.2.0 #124

Workflow file for this run

name: Build Code
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: latest
- name: Install Dependencies
run: pnpm i --frozen-lockfile --ignore-scripts
- name: Build
run: pnpm run build