Skip to content

Commit 139b6d9

Browse files
Move all internal tools under ./bin/ directory
1 parent fdbd5ed commit 139b6d9

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- run: ./bin/setup
3737
- run: bundle exec rake check:type
3838
- run: sudo apt-get install clang-format
39-
- run: ./tools/clang-format-diff.sh
39+
- run: ./bin/clang-format-diff.sh
4040
- run: bundle exec rake check:bindgen
4141
- run: git diff --exit-code
4242

File renamed without changes.

tools/exe/rbminify renamed to bin/rbminify

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env ruby
22

3-
$LOAD_PATH << File.join(File.dirname(__FILE__), "../lib")
3+
$LOAD_PATH << File.join(File.dirname(__FILE__), "lib")
44

55
require "syntax_tree"
66
require "syntax_tree/cli"

0 commit comments

Comments
 (0)