Skip to content

build(deps): bump eslint-plugin-import from 2.28.1 to 2.29.0 #44

build(deps): bump eslint-plugin-import from 2.28.1 to 2.29.0

build(deps): bump eslint-plugin-import from 2.28.1 to 2.29.0 #44

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