Sha256: 54d891d422865708ba648ede847b4ec11c0c08536c4d6cbf74f28ef524e73f43
Contents?: true
Size: 528 Bytes
Versions: 2
Compression:
Stored size: 528 Bytes
Contents
machine: timezone: Europe/Rome dependencies: pre: - npm install yarn bundler: without: [production, staging] test: pre: - mkdir $CIRCLE_ARTIFACTS/coverage $CIRCLE_ARTIFACTS/quality $CIRCLE_ARTIFACTS/security - bundle exec rubocop --format html -o $CIRCLE_ARTIFACTS/quality/rubocop.html - bundle exec slim-lint app/views/ &> $CIRCLE_ARTIFACTS/quality/slim-lint.txt - bundle exec brakeman --exit-on-warn -o $CIRCLE_ARTIFACTS/security/brakeman.html - bundle exec bundle-audit check --update
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
welaika-suspenders-2.28.0 | templates/circle.yml.erb |
welaika-suspenders-2.27.0 | templates/circle.yml.erb |