We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 195d278 commit b85c3d1Copy full SHA for b85c3d1
3 files changed
.coditsu/ci.yml
.github/workflows/ci.yml
@@ -34,14 +34,3 @@ jobs:
34
SIMPLECOV: ${{ matrix.coverage }}
35
run: |
36
bundle exec rake test
37
-
38
- # coditsu:
39
- # runs-on: ubuntu-latest
40
- # strategy:
41
- # fail-fast: false
42
- # steps:
43
- # - uses: actions/checkout@v2
44
- # with:
45
- # fetch-depth: 0
46
- # - name: Run Coditsu
47
- # run: \curl -sSL https://api.coditsu.io/run/ci | bash
.gitignore
@@ -1,5 +1,5 @@
1
.bundle
2
coverage
3
vendor/bundle
4
-.coditsu/local.yml
+
5
pkg
0 commit comments