Skip to content

build(deps): bump @typescript-eslint/eslint-plugin from 6.7.3 to 6.9.1 #39

build(deps): bump @typescript-eslint/eslint-plugin from 6.7.3 to 6.9.1

build(deps): bump @typescript-eslint/eslint-plugin from 6.7.3 to 6.9.1 #39

Workflow file for this run

name: Continuous Integration
on:
pull_request:
branches:
- 'main'
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install devbox
uses: jetpack-io/[email protected]
with:
enable-cache: 'true'
project-path: './'
- name: Build necessary parts for Linting
run: devbox run -- pnpm build:eslint-config
- name: Run Lint
run: devbox run -- pnpm lint
- name: Check Format
run: devbox run -- pnpm format:check
- name: Run Tests
run: devbox run -- pnpm test
- name: Run Type Check
run: devbox run -- pnpm type-check
- name: Build Project
run: devbox run -- pnpm build