From 90c20c314adc4dbfc5487826109e1573f228daf1 Mon Sep 17 00:00:00 2001 From: Roger Oba Date: Sun, 4 Aug 2024 07:45:36 -0300 Subject: [PATCH] Update comment. --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 897cb68..3ce7655 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -18,6 +18,6 @@ jobs: - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - bundler-cache: true # runs 'bundle install' and caches installed gems automatically + bundler-cache: true # Runs 'bundle install' and caches installed gems automatically - name: Run tests and linter run: bundle exec rake