Merge pull request #781 from portalpap/patch-1 #341
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 "" |