https://github.com/benjaminmichaelis/check-intellitect-coalesce-action
https://github.com/benjaminmichaelis/check-intellitect-coalesce-action
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/benjaminmichaelis/check-intellitect-coalesce-action
- Owner: BenjaminMichaelis
- License: mit
- Created: 2024-03-29T21:42:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-29T22:00:00.000Z (about 1 year ago)
- Last Synced: 2025-01-20T11:26:18.634Z (4 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Check IntelliTect.Coalesce
This GitHub Action ensures that the `coalesce` process has been run in your project.
## Description
The purpose of this action is to verify that the `coalesce` tool has been executed successfully. If any issues are detected, it will fail the workflow.
## Inputs
- `working-directory` (required): The working directory where the `coalesce` process should be run.
## Usage
```yaml
name: Check IntelliTect.Coalesce
description: Make sure coalesce has been run
on:
push:
branches:
- main
jobs:
check-coalesce:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Ensure Coalesce has been run
uses: benjaminmichaelis/check-intellitect-coalesce-action@v1
with:
working-directory: ./