File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,13 +45,13 @@ jobs:
45
45
run : sed -i -e 's|FROM archlinux:base-devel|FROM actionless/pikaur|' Dockerfile_${PYVER}
46
46
47
47
- name : build docker image
48
- run : docker build . -f Dockerfile_${PYVER} -t oomox
48
+ run : docker build . -f Dockerfile_${PYVER} -t oomox_base16_plugin_test
49
49
50
50
- name : run ci in docker
51
51
run : docker run
52
52
-e SKIP_SHELLCHECK=${SKIP_SHELLCHECK}
53
53
-e SKIP_MYPY=${SKIP_MYPY}
54
54
-e SKIP_VULTURE=${SKIP_VULTURE}
55
55
-e THEMIX_GUI_PATH=${THEMIX_GUI_PATH}
56
- oomox :latest
56
+ oomox_base16_plugin_test :latest
57
57
./maintenance_scripts/lint.sh
Original file line number Diff line number Diff line change 97
97
echo ' :: shellcheck passed ::'
98
98
99
99
echo -e " \n== Running Makefile shellcheck:"
100
- " ${THEMIX_GUI_PATH} /maintenance_scripts/makefile_shellcheck.py" ./Makefile_oomox_plugin
100
+ " ${THEMIX_GUI_PATH} /maintenance_scripts/makefile_shellcheck.py" --shell=sh ./Makefile_oomox_plugin
101
101
echo ' :: makefile shellcheck passed ::'
102
102
fi
103
103
You can’t perform that action at this time.
0 commit comments