Git Product home page Git Product logo

lint-gitlab-ci's Introduction

pre-commit-hook: lint-gitlab-ci

Warning: This Hook has been updated and tested for Gitlab 16.x. There is no gurantee it works for earlier versions (Link).

pre-commit-hook validating and linting your .gitlab.ci.yml using the /ci/lint/ API endpoint.

shellcheck

Features

  • includes merged or imported gitlab-ci configurations
  • automatically detect Gitlab Server & Project Path by using git remote
  • specify custom gitlab-ci.yml

Dependencies

  • jq
  • curl

Prerequisites

you will need to export GITLAB_TOKEN with scope api, otherwise you will receive 401 Unauthorized:

# ## token with api scope
export GITLAB_TOKEN="abc123"

Usage

Add to your pre-commit-config.yaml:

repos:
  - repo: https://github.com/FalcoSuessgott/lint-gitlab-ci
    rev: v0.0.6
    hooks:
      - id: gitlab-ci

Configuration

repos:
  - repo: https://github.com/FalcoSuessgott/lint-gitlab-ci
    rev: v0.0.6
    hooks:
      - id: gitlab-ci
        args: [ ".custom-ci-file.yml" ]

lint-gitlab-ci's People

Contributors

falcosuessgott avatar skwde avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

lint-gitlab-ci's Issues

Improvements

  • use gitlab.com as default server
  • write proper ci tests
  • Use github actions with testdat
  • improve arg passing
  • make env var using possible for gitlab token

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.