Last active
June 10, 2025 14:41
-
-
Save iregina/52c62be53779b640016f44e05f971fe4 to your computer and use it in GitHub Desktop.
shell_commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
steps: | |
- run_tests: $(bundle exec rspec {{file}}) | |
- lint_code: $(rubocop {{file}}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment