Skip to content

Commit f3513d3

Browse files
committed
action: oops tabs to spaces
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent 9baa4f2 commit f3513d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
sudo apt-get update -y
1313
sudo apt-get install -y apache2-dev libcjose-dev libssl-dev check pkg-config
1414
sudo apt-get install -y libjansson-dev libcurl4-openssl-dev libhiredis-dev libpcre2-dev libjq-dev check
15-
sudo apt-get install -y valgrind
15+
sudo apt-get install -y valgrind
1616
- name: Configure
1717
run: |
1818
./autogen.sh
@@ -21,7 +21,7 @@ jobs:
2121
run: make
2222
- name: Test
2323
run: make check || (cat test-suite.log && exit -1)
24-
- name: Valgrind
25-
run: make valgrind
24+
- name: Valgrind
25+
run: make valgrind
2626
- name: Distcheck
2727
run: make distcheck DESTDIR=/tmp/mod_auth_openidc

0 commit comments

Comments
 (0)