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

chore(deps-dev): bump @types/node from 20.14.2 to 20.14.9 in /app #14

chore(deps-dev): bump @types/node from 20.14.2 to 20.14.9 in /app

chore(deps-dev): bump @types/node from 20.14.2 to 20.14.9 in /app #14

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