Skip to content

Improve Figma image projection and responsive layout #13

Improve Figma image projection and responsive layout

Improve Figma image projection and responsive layout #13

name: Figma Transformer
on:
pull_request:
paths:
- ".github/workflows/figma-transformer.yml"
- "figma-transformer/**"
push:
branches:
- trunk
paths:
- ".github/workflows/figma-transformer.yml"
- "figma-transformer/**"
jobs:
validate:
name: Composer validate and test
runs-on: ubuntu-latest
defaults:
run:
working-directory: figma-transformer
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
with:
php-version: "8.1"
coverage: none
tools: composer:v2
- name: Install dependencies
run: composer install --no-interaction --prefer-dist --no-progress
- name: Validate Composer package metadata
run: composer validate --strict
- name: Run package tests
run: composer test