chore(ci): bootstrap CI + hooks #1

Merged
reachableceo merged 7 commits from bootstrap-cicd into integration 2025-09-10 21:48:32 +00:00
4 changed files with 2 additions and 3 deletions
Showing only changes of commit bc5053da81 - Show all commits

View File

@@ -21,8 +21,8 @@ RUN set -eux; \
tar -C /usr/local/bin -xzf /usr/local/bin/actionlint; \
rm -f /usr/local/bin/actionlint
# yamllint via pip
RUN pip3 install --no-cache-dir yamllint==1.35.1
# yamllint via pip (allow install on Debian's externally-managed Python)
RUN pip3 install --break-system-packages --no-cache-dir yamllint==1.35.1
# Node + npm for prettier, markdownlint, commitlint
RUN set -eux; \
@@ -38,4 +38,3 @@ RUN npm --location=global install \
WORKDIR /workspace
ENTRYPOINT ["bash","-lc"]
CMD ["bash"]

0
scripts/ci Normal file → Executable file
View File

0
scripts/commitlint-hook Normal file → Executable file
View File

0
scripts/setup-hooks Normal file → Executable file
View File