Skip to content

Bump prettier-plugin-svelte from 3.2.8 to 3.3.2 in /frontend #412

Bump prettier-plugin-svelte from 3.2.8 to 3.3.2 in /frontend

Bump prettier-plugin-svelte from 3.2.8 to 3.3.2 in /frontend #412

Workflow file for this run

name: Application CI
on:
push:
branches: ["*"]
pull_request:
branches: ["*"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: docker compose pull
- name: Docker Layer Caching
uses: satackey/[email protected]
continue-on-error: true
- name: '[Run] Install the project'
id: install
run: |
sudo make install
- name: '[Run] 🚀 Test (backend)'
run: make test-backend
- name: '[Run] 🚀 Test (frontend)'
run: make test-frontend