We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4a9820 commit 5100717Copy full SHA for 5100717
.circleci/config.yml
@@ -0,0 +1,15 @@
1
+version: 2.1
2
+
3
+jobs:
4
+ test:
5
+ docker:
6
+ - image: cimg/ruby:3.1.2
7
+ steps:
8
+ - checkout
9
+ - run: bundle install
10
+ - run: rspec
11
12
+workflows:
13
14
+ jobs:
15
+ - test
README.markdown
@@ -1,3 +1,5 @@
+[](https://circleci.com/gh/dorianmariefr/cookiejar2/tree/main)
This is a fork to fix warnings.
-----
0 commit comments