Skip to content

Commit dc2f78f

Browse files
Base2 BotBase2 Bot
Base2 Bot
authored and
Base2 Bot
committed
ci: add GitHub Actions workflow for testing
1 parent 1c1dd39 commit dc2f78f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/rspec.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: cftest
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
rspec:
7+
uses: theonestack/shared-workflows/.github/workflows/rspec.yaml@main
8+
secrets: inherit

0 commit comments

Comments
 (0)