Skip to content

Bump squizlabs/php_codesniffer from 3.7.2 to 3.8.0 #117

Bump squizlabs/php_codesniffer from 3.7.2 to 3.8.0

Bump squizlabs/php_codesniffer from 3.7.2 to 3.8.0 #117

name: Compress Images
on:
pull_request:
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:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Compress Images
uses: calibreapp/image-actions@main
with:
githubToken: ${{ secrets.PUSH_TOKEN }}