Skip to content

Commit d343fd6

Browse files
File sync from hanakai-rb/repo-sync
Updated files: - .github/SUPPORT.md - .github/workflows/ci.yml
1 parent 69cb1e5 commit d343fd6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/SUPPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
## Support
22

3-
If you need help with any of the dry-rb libraries, feel free to ask questions on our [discussion forum](https://discourse.hanamirb.org/). This is the best place to seek help. Make sure to search for a potential solution in past threads before posting your question. Thanks! :heart:
3+
If you need help with any of the Hanami, Dry or Rom libraries, feel free to ask questions on our [discussion forum](https://discourse.hanamirb.org/). This is the best place to seek help. Make sure to search for a potential solution in past threads before posting your question. Thanks! :heart:

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
tests:
16-
name: Tests (${{ matrix.ruby }})
16+
name: Tests (Ruby ${{ matrix.ruby }})
1717
permissions:
1818
pull-requests: write
1919
runs-on: ubuntu-latest
@@ -35,7 +35,7 @@ jobs:
3535
optional: true
3636
env:
3737
COVERAGE: ${{matrix.coverage}}
38-
steps:
38+
steps:
3939
- name: Checkout
4040
uses: actions/checkout@v3
4141
- name: Install package dependencies
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
ruby-version: ${{matrix.ruby}}
4747
bundler-cache: true
48-
- name: Run all tests
48+
- name: Run all tests
4949
id: test
5050
run: |
5151
status=0
@@ -57,7 +57,7 @@ jobs:
5757
exit 0 # Ignore error here to keep the green checkmark
5858
fi
5959
exit ${status}
60-
- name: Add comment for optional failures
60+
- name: Add comment for optional failures
6161
uses: thollander/actions-comment-pull-request@v3
6262
if: ${{ matrix.optional && github.event.pull_request }}
6363
with:
@@ -94,4 +94,4 @@ jobs:
9494
run: |
9595
tag=$(echo $GITHUB_REF | cut -d / -f 3)
9696
ossy gh w dry-rb/devtools release --payload "{\"tag\":\"$tag\",\"sha\":\"${{github.sha}}\",\"tag_creator\":\"$GITHUB_ACTOR\",\"repo\":\"$GITHUB_REPOSITORY\",\"repo_name\":\"${{github.event.repository.name}}\"}"
97-
97+

0 commit comments

Comments
 (0)