Skip to content

[NoQA] Use Intuit icon for IES #2627

[NoQA] Use Intuit icon for IES

[NoQA] Use Intuit icon for IES #2627

name: Check SVG compression
on:
workflow_call:
pull_request:
types: [opened, synchronize]
branches-ignore: [staging, production]
paths: ['**.svg']
permissions:
contents: read
concurrency:
group: ${{ github.ref == 'refs/heads/main' && format('{0}-{1}', github.ref, github.sha) || github.ref }}-svg-compression
cancel-in-progress: true
jobs:
compress-svg:
name: Compress SVG check
if: ${{ github.actor != 'OSBotify' || github.event_name == 'workflow_call' }}
runs-on: blacksmith-2vcpu-ubuntu-2404
steps:
- name: Checkout
uses: useblacksmith/checkout@1c9394c220d293645707b625ba9d79685f093a8f # v1
- name: Setup Node
uses: ./.github/actions/composite/setupNode
- name: Compress SVG check
uses: ./.github/actions/javascript/checkSVGCompression