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

chore: update package version and dependencies in tailwindcss-utils #104

chore: update package version and dependencies in tailwindcss-utils

chore: update package version and dependencies in tailwindcss-utils #104

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- main # Run on pushes to the main branch
pull_request:
branches:
- main # Run on pull requests targeting the main branch
concurrency:
group: ci-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} # Group runs by workflow name and pull request number or branch ref
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} # Cancel in-progress runs for branches other than main
jobs:
scripts:
# Restrict workflow execution to repositories owned by 'magnidev'.
# This is intentional for internal use. Forks or external contributions will not execute this workflow.
if: github.repository_owner == 'magnidev'
name: Scripts
uses: magnidev/automation/.github/workflows/run.yml@main # Reuse the run workflow from the magnidev/automation repository
secrets:
BOT_APP_ID: ${{ secrets.BOT_APP_ID }}
BOT_PRIVATE_KEY: ${{ secrets.BOT_PRIVATE_KEY }}
with:
commands: >
[
"build",
"test"
]