Merge pull request #535 from RedstoneMedia/patch-1 #198
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: CI | |
on: [push] | |
jobs: | |
# This exists only to show the green checkmark on the repo | |
# green = "good" || "secure" | |
action-which-doesnt-do-anything: | |
runs-on: ubuntu-latest | |
steps: | |
- run: echo "" |