UNPKG

@installdoc/ansible-gas-station

Version:

An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤

21 lines (20 loc) 456 B
--- lint:eslint: stage: lint image: name: megabytelabs/yamllint:slim entrypoint: [''] allow_failure: true rules: - if: $DO_CI == 'false' when: never - if: $CI_COMMIT_BRANCH == 'synchronize' when: never - exists: - '**/*.{js,jsx,json,json.handlebars,toml,ts,tsx,yml}' needs: [] variables: GIT_DEPTH: 1 script: - set -eo pipefail - eslint --format gitlab . # Requires eslint-formatter-gitlab