Skip to content

Commit

Permalink
chore: add workflow which does nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
Phill030 committed Sep 13, 2023
1 parent ea14e79 commit 5585e00
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/action-which-doesnt-do-anything.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
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 ""

0 comments on commit 5585e00

Please sign in to comment.