Skip to content

fix(delete_images): Change the way of deleting image to be more efficient and carry the deletion of objects #35

fix(delete_images): Change the way of deleting image to be more efficient and carry the deletion of objects

fix(delete_images): Change the way of deleting image to be more efficient and carry the deletion of objects #35

Workflow file for this run

on: pull_request
name: Test and build
jobs:
admin-front:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Build an test Admin FrontEnd
run: |
npm ci
npm run build
npm run lint
npm run format:check