Skip to content

Add glimpse image check workflow - #7

Merged
mathiasgrimm merged 1 commit into
mainfrom
feat/glimpse-workflow
Jul 20, 2026
Merged

Add glimpse image check workflow#7
mathiasgrimm merged 1 commit into
mainfrom
feat/glimpse-workflow

Conversation

@mathiasgrimm

Copy link
Copy Markdown
Owner

This adds the glimpse init scaffold to the repo.

What is included

  • .github/workflows/glimpse.yml: a GitHub Actions workflow. It installs the CLI with composer global require mathiasgrimm/glimpse-cli (counted on Packagist, small phar-only install) and runs glimpse check on pushes to main and on pull requests.
  • .glimpse-baseline.json: the baseline records 1 current image (art/banner.avif). Only new or changed images are gated. Existing images are accepted as they are.
  • .glimpseignore: excludes vendor/, node_modules/, build output, and favicons from scans.

Secret status

The GLIMPSE_TOKEN secret is not set on this repo yet. Until it is set, the check step will skip with a warning. To enable it, run:

gh secret set GLIMPSE_TOKEN

🤖 Generated with Claude Code

Scaffolded with glimpse init --workflow: .glimpseignore,
.glimpse-baseline.json (seeded with the 1 current image), and a
GitHub Actions workflow that runs glimpse check on pushes to main
and on pull requests.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@mathiasgrimm
mathiasgrimm merged commit 5ee9c68 into main Jul 20, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant