Skip to content

Commit 68c0fec

Browse files
committed
chore(pio-build): ignore shellcheck SC1091
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 4782f07 commit 68c0fec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/actions/pio-build/entrypoint.sh

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ readonly CMSIS_ARCHIVE="CMSIS-${CMSIS_VERSION}.tar.bz2"
55

66
# Use python venv
77
python3 -m venv "$HOME/venv"
8+
# shellcheck disable=SC1091
89
. "$HOME/venv/bin/activate"
910
# Install PlatformIO
1011
python3 -m pip install --quiet --upgrade platformio

0 commit comments

Comments
 (0)