Skip to content

Add. SVG sprite support for styled option. #18

Add. SVG sprite support for styled option.

Add. SVG sprite support for styled option. #18

Workflow file for this run

name: Formatting
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm install
- name: Run prettier check
run: npm run check-format