Skip to content

Commit b2903a0

Browse files
committed
chore: automated sync of local changes
1 parent 1c1da70 commit b2903a0

274 files changed

Lines changed: 29 additions & 1972 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Justfile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
set shell := ["bash", "-uc"]
88
set positional-arguments := true
99

10+
import? "contractile.just"
11+
1012
project := "developer-ecosystem"
1113
version := "0.1.0"
1214

@@ -196,3 +198,14 @@ crg-badge:
196198
D) color="orange" ;; E) color="red" ;; F) color="critical" ;; \
197199
*) color="lightgrey" ;; esac; \
198200
echo "[![CRG $$grade](https://img.shields.io/badge/CRG-$$grade-$$color?style=flat-square)](https://github.com/hyperpolymath/standards/tree/main/component-readiness-grades)"
201+
202+
# Run E2E tests (run the main 'test' recipe)
203+
e2e:
204+
just quality
205+
@echo "E2E validation passed"
206+
207+
# Run aspect-oriented tests
208+
aspect:
209+
#!/usr/bin/env bash
210+
set -euo pipefail
211+
bash tests/aspect/aspect_tests.sh

aggregate-library/.bot_directives/README.scm

Lines changed: 0 additions & 9 deletions
This file was deleted.

aggregate-library/.bot_directives/echidnabot.scm

Lines changed: 0 additions & 7 deletions
This file was deleted.

aggregate-library/.bot_directives/finishbot.scm

Lines changed: 0 additions & 7 deletions
This file was deleted.

aggregate-library/.bot_directives/glambot.scm

Lines changed: 0 additions & 7 deletions
This file was deleted.

aggregate-library/.bot_directives/rhodibot.scm

Lines changed: 0 additions & 7 deletions
This file was deleted.

aggregate-library/.bot_directives/robot-repo-automaton.scm

Lines changed: 0 additions & 7 deletions
This file was deleted.

aggregate-library/.bot_directives/seambot.scm

Lines changed: 0 additions & 7 deletions
This file was deleted.

aggregate-library/.bot_directives/sustainabot.scm

Lines changed: 0 additions & 7 deletions
This file was deleted.

deno-ecosystem/.bot_directives/README.scm

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)