From 3b55d6e958b0554289e272511e57e14880d5f526 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Fri, 3 Jun 2022 14:49:26 +0000 Subject: add v2 action --- .github/devcontainers-action/lib/contracts/collection.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/devcontainers-action/lib/contracts/collection.js (limited to '.github/devcontainers-action/lib/contracts/collection.js') diff --git a/.github/devcontainers-action/lib/contracts/collection.js b/.github/devcontainers-action/lib/contracts/collection.js new file mode 100644 index 0000000..c8ad2e5 --- /dev/null +++ b/.github/devcontainers-action/lib/contracts/collection.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); -- cgit v1.2.3