Skip to content

Commit 5a0f250

Browse files
Add CI build workflow and badge
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent 399146f commit 5a0f250

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Build
2+
3+
on:
4+
push:
5+
pull_request:
6+
7+
jobs:
8+
build:
9+
runs-on: macos-latest
10+
steps:
11+
- uses: actions/checkout@v4
12+
- name: Build
13+
run: make

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Screen Cursor
22

3-
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=mathiasconradt_screencursor&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=mathiasconradt_screencursor)
3+
[![Build](https://github.com/mathiasconradt/screencursor/actions/workflows/build.yml/badge.svg)](https://github.com/mathiasconradt/screencursor/actions/workflows/build.yml) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=mathiasconradt_screencursor&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=mathiasconradt_screencursor)
44

55
Native macOS menu bar app that draws a configurable highlight circle around the cursor.
66

0 commit comments

Comments
 (0)