Skip to content

Commit

Permalink
gh: Create quibble_action repo
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 authored May 7, 2023
1 parent 7ce8c4a commit a592024
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions github/repo.tf
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,14 @@ module "ooui_femiwiki_theme" {
"theme",
]
}

module "quibble_action" {
source = "./modules/github-repository"
name = "quibble-action"
description = "⏯️ Quibble is for setting up a MediaWiki instance and running various tests against it."
topics = [
"quibble",
"mediawiki",
"github-actions",
]
}

1 comment on commit a592024

@lens0021
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.