Skip to content

Commit a2dff0d

Browse files
committed
Add github workflow.
1 parent 5d8143b commit a2dff0d

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.github/workflows/build.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Build
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
8+
branches:
9+
- master
10+
workflow_dispatch:
11+
12+
jobs:
13+
build:
14+
uses: linuxmint/github-actions/.github/workflows/do-builds.yml@master
15+
with:
16+
commit_id: master
17+
############################## Comma separated list - like 'linuxmint/xapp, linuxmint/cinnamon-desktop'
18+
dependencies:
19+
##############################
20+

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Sticky
2+
![build](https://github.com/linuxmint/sticky/actions/workflows/build.yml/badge.svg)
3+
24
Sticky is a note-taking app for the Linux desktop that simulates traditional "sticky note" style stationery on your desktop. Some of its features include basic text formatting (bold, italics, monospaced, etc.), spell-checking, a tray icon for controlling note visibility, color notes, manual and automatic backups, and a manager to organize your notes into groups. Sticky is written in Python, and uses the GTK3 toolkit
35

46
![img](https://linuxmint.com/pictures/screenshots/uma/sticky.png)

0 commit comments

Comments
 (0)