hurl/bin/check/crates.sh

6 lines
62 B
Bash
Raw Normal View History

2022-08-05 12:15:22 +03:00
#!/bin/bash
set -Eeuo pipefail
2022-08-05 12:15:22 +03:00
bin/update_crates.sh --check
2022-08-05 12:15:22 +03:00