mirror of
https://github.com/nikolaik/docker-python-nodejs.git
synced 2025-09-05 23:27:57 +03:00
5 lines
47 B
Bash
Executable File
5 lines
47 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -eu
|
|
|
|
pre-commit run -a
|