ci: add codespell to Fedora base image

This commit is contained in:
Brad King
2021-05-07 11:20:15 -04:00
parent fa261d1b7d
commit 4ad8bfcd9b

View File

@@ -23,6 +23,10 @@ dnf install --setopt=install_weak_deps=False -y \
qt5-qttools-devel \
qt6-qttools-devel
# Install lint tools.
dnf install --setopt=install_weak_deps=False -y \
codespell
# Tools needed for the test suite.
dnf install --setopt=install_weak_deps=False -y \
findutils \