Skip to content

chore: Add CI for react components #1

chore: Add CI for react components

chore: Add CI for react components #1

name: React Components CI
on:
pull_request:
paths-ignore:
- "react-components/**"
- ".github/workflows/react-components-ci.yml"
branches:
- "**"
jobs:
react-components-ci:
runs-on: ubuntu-latest
steps:
- run: 'echo "Skip due to no changes in react-components"'