Skip to content

πŸŽ‰ Feat(myErrorWrapper): add new instant error thrower! #49

πŸŽ‰ Feat(myErrorWrapper): add new instant error thrower!

πŸŽ‰ Feat(myErrorWrapper): add new instant error thrower! #49

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize]
jobs:
Continuous-Integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: \🟒 Setup node
uses: actions/[email protected]
with:
node-version: 20
- name: πŸš€ Setup pnpm
uses: pnpm/action-setup@v4
- name: Install dependencies
run: pnpm install --no-frozen-lockfile
- name: Format Files
run: pnpm format
# - name: Linting Files
# run: pnpm lint:fix --force && pnpm lint --force
- name: Building Files
run: pnpm build
- name: Start Files
run: pnpm start