Skip to content

created the component and added the basic structure #630

created the component and added the basic structure

created the component and added the basic structure #630

Workflow file for this run

name: prettier
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Run prettier -check
run: |
npm ci
npm run format:check