Files

  • 404 invalid revision or path Not Found
The connected project is not found, it might be deleted.
Last update 6 days 10 hours by A zisi
Files
.gitlab-ci.yml
.gitmodules
CONTRIBUTING.md
LICENSE
sidloc-transceiver.kicad_pcb
sidloc-transceiver.kicad_pro
sidloc-transceiver.kicad_sch
sidloc-schematic
.gitlab-ci.yml
variables: GITLAB_CI_IMAGE_ALPINE: 'alpine:3.16.0' stages: - static # 'static' stage sign_off: stage: static needs: [] image: ${GITLAB_CI_IMAGE_ALPINE} before_script: - apk add --no-cache git script: >- git log --grep "^Signed-off-by: .\+<.\+\(@\| at \).\+\(\.\| dot \).\+>$" --invert-grep --format="Detected commit '%h' with missing or bad sign-off! Please read 'CONTRIBUTING.md'." --exit-code
Report a bug