Commit 3dbbca04 authored by canterburym's avatar canterburym
Browse files

Includes linter in CI/CD pipeline

parent 35fb1716
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -12,6 +12,12 @@ checkASN1:
  script:
  - python3 testing/check_asn1.py

lintASN1:
  stage: Check Schemas
  script:
  - python3 testing/lint_asn1.py
  allow_failure: true

checkXSD:
    stage: Check Schemas
    script: