Overlay the banner dots on the banner's bottom to save space. #79
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: > | |
linuxmint/mintcommon, | |
linuxmint/xapp | |
############################## |