Skip to content

Update dependency lint-staged to ^15.4.3 - autoclosed #27

Update dependency lint-staged to ^15.4.3 - autoclosed

Update dependency lint-staged to ^15.4.3 - autoclosed #27

name: Compress images
on:
pull_request:
paths:
- '**.jpg'
- '**.jpeg'
- '**.png'
- '**.webp'
- 'package-lock.json'
jobs:
build:
# Only run on Pull Requests within the same repository, and not from forks.
if: github.event.pull_request.head.repo.full_name == github.repository
name: calibreapp/image-actions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Compress images
uses: calibreapp/image-actions@main
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}