Skip to content
This repository was archived by the owner on May 11, 2026. It is now read-only.

Add verify_components.yml workflow #1

Add verify_components.yml workflow

Add verify_components.yml workflow #1

name: Verify components
push:
branches: "main"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: rails g ruby_ui:component:all
- uses: CatChen/check-git-status-action@v1
with:
fail-if-not-clean: true
push-if-not-clean: false
request-changes-if-not-clean: false
targets: 'app' #optional