Skip to content

Commit

Permalink
Merge pull request #10 from technicalpickles/patch-1
Browse files Browse the repository at this point in the history
Fix standardrb/standard-ruby-action version in example
  • Loading branch information
searls committed Apr 29, 2024
2 parents f533e61 + f606257 commit 2701d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: StandardRB Linter
uses: standardrb/standard-ruby-action@v0.1.0
uses: standardrb/standard-ruby-action@v0.0.5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down

0 comments on commit 2701d7a

Please sign in to comment.