Sha256: 6662fa84ff3e2ef6d61bea1c6325b93ecfdedf2d5f1dad1a4897cff6b2e5d5cf

Contents?: true

Size: 278 Bytes

Versions: 106

Compression:

Stored size: 278 Bytes

Contents

#!/bin/bash

set -e

install_dir=$1
if [ -z "$install_dir" ]; then
  echo "usage: $0 INSTALL_DIR"
  exit 1
fi

helpers_dir="$(dirname "${BASH_SOURCE[0]}")"
cd "$helpers_dir"

composer validate --no-check-publish
composer install
composer run lint -- --dry-run
composer run stan

Version data entries

106 entries across 106 versions & 1 rubygems

Version Path
dependabot-composer-0.119.4 helpers/build
dependabot-composer-0.119.3 helpers/build
dependabot-composer-0.119.2 helpers/build
dependabot-composer-0.119.1 helpers/build
dependabot-composer-0.119.0 helpers/build
dependabot-composer-0.118.16 helpers/build
dependabot-composer-0.118.15 helpers/build
dependabot-composer-0.118.14 helpers/build
dependabot-composer-0.119.0.beta1 helpers/build
dependabot-composer-0.118.13 helpers/build
dependabot-composer-0.118.12 helpers/build
dependabot-composer-0.118.11 helpers/build
dependabot-composer-0.118.10 helpers/build
dependabot-composer-0.118.8 helpers/build
dependabot-composer-0.118.7 helpers/build
dependabot-composer-0.118.6 helpers/build
dependabot-composer-0.118.5 helpers/build
dependabot-composer-0.118.4 helpers/build
dependabot-composer-0.118.3 helpers/build
dependabot-composer-0.118.2 helpers/build