Merge pull request #761 from 0x62797465/patch-1 #330
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 "" |