This website requires JavaScript.
Explore
Discord Server
Help
Sign in
actions
/
pr-size-labeler
Watch
1
Star
0
Fork
You've already forked pr-size-labeler
0
mirror of
https://github.com/CodelyTV/pr-size-labeler.git
synced
2025-02-13 08:40:33 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
main
pr-size-labeler
/
install-dependencies.sh
5 lines
99 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
test: add bashunit (#64) * 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>
2023-11-14 18:42:54 +01:00
#!/bin/bash
## bashunit
Use assert_equals instead of snapshots (#77) * feat: upgrade bashunit 0.11 * simplify using assert_equals instead of snapshots
2024-06-09 19:37:02 +02:00
curl -s https://bashunit.typeddevs.com/install.sh
|
bash -s -- lib 0.11.0
Reference in a new issue
Copy permalink