From 8bf6586dfa9bd5e71d6ef92055832c1eebb0bbe0 Mon Sep 17 00:00:00 2001 From: Michael Webster Date: Wed, 7 Sep 2022 17:10:17 -0400 Subject: [PATCH] Add github workflow. --- .github/workflows/build.yml | 20 ++++++++++++++++++++ README.md | 2 ++ 2 files changed, 22 insertions(+) create mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..c921e86 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,20 @@ +name: Build + +on: + push: + branches: + - master + pull_request: + branches: + - master + workflow_dispatch: + +jobs: + build: + uses: linuxmint/github-actions/.github/workflows/do-builds.yml@master + with: + commit_id: master + ############################## Comma separated list - like 'linuxmint/xapp, linuxmint/cinnamon-desktop' + dependencies: + ############################## + diff --git a/README.md b/README.md index 0054204..2826c35 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Sticky +![build](https://github.com/linuxmint/sticky/actions/workflows/build.yml/badge.svg) + 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 ![img](https://linuxmint.com/pictures/screenshots/uma/sticky.png)