Skip to content

Commit

Permalink
Fixing how we look up the standard version
Browse files Browse the repository at this point in the history
  • Loading branch information
willtcarey committed Mar 15, 2024
1 parent 81f08a2 commit f041ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
bundler: none
- name: Install standard
shell: bash
run: gem install standard:$(awk '/standard \(/ {sub(/\(/, ""); sub(/\)/, ""); print $2}' Gemfile.lock)
run: gem install standard:$(awk '/standard \(/ {sub(/\(/, ""); sub(/\)/, ""); print $2; exit}' Gemfile.lock' Gemfile.lock)
- name: Run standard
shell: bash
run: standardrb --parallel -f github
Expand Down

0 comments on commit f041ef2

Please sign in to comment.