Skip to content

Commit

Permalink
Apply Standard Ruby autofixes
Browse files Browse the repository at this point in the history
  • Loading branch information
standard-ruby-action[bot] authored and jlurena committed Jul 9, 2024
1 parent 56e5e97 commit a9f1ec6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ permissions:

jobs:
test:
permissions:
checks: write
contents: write
runs-on: ubuntu-20.04
strategy:
matrix:
Expand All @@ -31,11 +34,11 @@ jobs:
DEBUG: true
- name: Run tests
run: bundle exec rake
lint:
runs-on: ubuntu-20.04
permissions:
checks: write
contents: write
steps:
- name: Standard Ruby
- name: Code Coverage
uses: joshmfrankel/simplecov-check-action@main
with:
check_job_name: Code Coverage
github_token: ${{ secrets.GITHUB_TOKEN }}
minimum_suite_coverage: 100
- name: Lint
uses: standardrb/standard-ruby-action@v1
2 changes: 1 addition & 1 deletion lib/cached_resource/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CachedResource
VERSION = '9.0.0'
VERSION = "9.0.0"
end

0 comments on commit a9f1ec6

Please sign in to comment.