mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-16 02:14:12 +03:00
08453ebe48
* Example commit * Fix error in CI
6 lines
66 B
Bash
Executable File
6 lines
66 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname $0)/_/husky.sh"
|
|
|
|
npm run format
|
|
git add -u
|