Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

chore(deps): bump @prisma/client from 5.15.0 to 5.15.1 in /app #9

chore(deps): bump @prisma/client from 5.15.0 to 5.15.1 in /app

chore(deps): bump @prisma/client from 5.15.0 to 5.15.1 in /app #9

Workflow file for this run

---
on:
push:
branches-ignore:
- main
tags-ignore:
- v*
jobs:
ci-cd:
name: CI/CD
runs-on: ubuntu-latest
env:
COMPOSE_FILE: docker-compose.test.yaml
steps:
- name: Install Task
uses: arduino/setup-task@v1
with:
version: 3.x
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v4
- name: Initialize environment
run: task init-env
- name: Build images
run: task docker-build
- name: lint
run: docker compose run --no-deps --rm app npm run lint
- name: Types checking
run: docker compose run --no-deps --rm app npm run type-check