Skip to content

Bump js-yaml from 3.14.1 to 3.14.2 in /Frontend/office-space-calculator in the npm_and_yarn group across 1 directory #36

Bump js-yaml from 3.14.1 to 3.14.2 in /Frontend/office-space-calculator in the npm_and_yarn group across 1 directory

Bump js-yaml from 3.14.1 to 3.14.2 in /Frontend/office-space-calculator in the npm_and_yarn group across 1 directory #36

name: Image Optimization
on:
push:
branches: [ main ]
pull_request:
jobs:
optimize-images:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Optimize images
uses: calibreapp/image-actions@v1.1.0
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
compressOnly: true
ignorePaths: "node_modules/**"