Skip to content

Add caption to excerpt image. #14

Add caption to excerpt image.

Add caption to excerpt image. #14

Workflow file for this run

---
name: Composer Audit
on:
[push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Composer cache dependencies
uses: actions/cache@v3
with:
path: /tmp/composer-cache
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
- uses: php-actions/composer@v6
with:
php_version: "8.1"
php_extensions: zip imagick
memory_limit: 512M
- uses: php-actions/composer@v6
with:
php_version: "8.1"
php_extensions: zip imagick
memory_limit: 512M
command: audit