- action: cargo_fetch
plan:
- action: cargo_clippy
- action: shell
shell: |
git config --global user.email "test@example.com"
git config --global user.name "Testy McTestface"
- action: cargo_test