Skip to content

Commit 8262244

Browse files
committed
made changes
1 parent 0b77a50 commit 8262244

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
version: 1.1.363
5858
python-version: '3.8'
5959
- name: Install tools
60-
run: sudo apt-get install ripgrep
60+
run: sudo apt-get update && yes | sudo apt-get install ripgrep bsdmainutils
6161
- name: Check indentation
6262
id: indent
6363
run: ./check_indent.sh

check_indent.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
#!/bin/bash
2+
pwd
3+
which rg
4+
rg trun
25
rg -tpy '^\t* +'; echo $?;
36
hexdump -C test.py
7+
exit 123

0 commit comments

Comments
 (0)