mirror of
https://github.com/CodelyTV/pr-size-labeler.git
synced 2025-02-13 16:50:22 -05:00
* chore: add bashunit to the repo * chore: created folder for test and check that bashunit works * chore: snapshot for test_should_ignore_files_with_glob * chore: add pipeline * chore: snapshot update * git ignore bashunit, rather install it as vendor * chore: code style * chore: fix installed bashunit version --------- Co-authored-by: Chemaclass <chemaclass@outlook.es> Co-authored-by: katarn <katarn@katarn.es>
4 lines
99 B
Bash
Executable file
4 lines
99 B
Bash
Executable file
#!/bin/bash
|
|
|
|
## bashunit
|
|
curl -s https://bashunit.typeddevs.com/install.sh | bash -s -- lib 0.10.0
|