Merge pull request #711 from vabka/patch-1 #310
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 "" |