mirror of
https://github.com/status-im/nim-workspace.git
synced 2026-08-31 04:11:13 +00:00
5 lines
95 B
Bash
Executable File
5 lines
95 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo 'Creating a commit requires all Nimble checks to pass:'
|
|
nimble check
|