Skip to content

Commit 233c4a0

Browse files
eregonko1
authored andcommitted
Cleanup workflows: remove workflow example text
1 parent cbd0f71 commit 233c4a0

File tree

4 files changed

+4
-40
lines changed

4 files changed

+4
-40
lines changed

.github/workflows/protocol.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# This workflow uses actions that are not certified by GitHub.
2-
# They are provided by a third-party and are governed by
3-
# separate terms of service, privacy policy, and support
4-
# documentation.
5-
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
6-
# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
7-
81
name: Protocol
92

103
on:
@@ -26,12 +19,10 @@ jobs:
2619
steps:
2720
- uses: actions/checkout@v4
2821
- name: Set up Ruby
29-
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
30-
# change this to (see https://github.com/ruby/setup-ruby#versioning):
3122
uses: ruby/setup-ruby@v1
3223
with:
3324
ruby-version: ${{ matrix.ruby-version }}
34-
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
25+
bundler-cache: true
3526
- name: Run tests
3627
run: |
3728
bundle exec rake clobber

.github/workflows/ruby-macos.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# This workflow uses actions that are not certified by GitHub.
2-
# They are provided by a third-party and are governed by
3-
# separate terms of service, privacy policy, and support
4-
# documentation.
5-
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
6-
# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
7-
81
name: Ruby(macOS)
92

103
on:
@@ -26,12 +19,10 @@ jobs:
2619
steps:
2720
- uses: actions/checkout@v4
2821
- name: Set up Ruby
29-
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
30-
# change this to (see https://github.com/ruby/setup-ruby#versioning):
3122
uses: ruby/setup-ruby@v1
3223
with:
3324
ruby-version: ${{ matrix.ruby-version }}
34-
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
25+
bundler-cache: true
3526
- name: Run tests
3627
run: |
3728
bundle exec rake clobber

.github/workflows/ruby.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# This workflow uses actions that are not certified by GitHub.
2-
# They are provided by a third-party and are governed by
3-
# separate terms of service, privacy policy, and support
4-
# documentation.
5-
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
6-
# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
7-
81
name: Ruby
92

103
on:
@@ -26,12 +19,10 @@ jobs:
2619
steps:
2720
- uses: actions/checkout@v4
2821
- name: Set up Ruby
29-
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
30-
# change this to (see https://github.com/ruby/setup-ruby#versioning):
3122
uses: ruby/setup-ruby@v1
3223
with:
3324
ruby-version: ${{ matrix.ruby-version }}
34-
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
25+
bundler-cache: true
3526
- name: Run tests
3627
run: |
3728
bundle exec rake clobber

.github/workflows/test_test.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# This workflow uses actions that are not certified by GitHub.
2-
# They are provided by a third-party and are governed by
3-
# separate terms of service, privacy policy, and support
4-
# documentation.
5-
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
6-
# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
7-
81
name: TestTestFramework
92

103
on:
@@ -26,12 +19,10 @@ jobs:
2619
steps:
2720
- uses: actions/checkout@v4
2821
- name: Set up Ruby
29-
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
30-
# change this to (see https://github.com/ruby/setup-ruby#versioning):
3122
uses: ruby/setup-ruby@v1
3223
with:
3324
ruby-version: ${{ matrix.ruby-version }}
34-
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
25+
bundler-cache: true
3526
- name: Run tests
3627
run: |
3728
bundle exec rake clobber

0 commit comments

Comments
 (0)