Skip to content

ci: add a GitHub Action that will check SVG files (#10) #1

ci: add a GitHub Action that will check SVG files (#10)

ci: add a GitHub Action that will check SVG files (#10) #1

Workflow file for this run

---
name: Validate SVG files
on: [push, workflow_dispatch]
jobs:
check-svg:
runs-on: ubuntu-latest
steps:
- name: "Validate SVG files"
uses: "szepeviktor/[email protected]"
with:
svg_path: "**/*.svg"