diff options
author | Josh Spicer <joshspicer@github.com> | 2022-08-18 01:33:28 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-18 01:33:28 +0300 |
commit | 2e03507e5a4bac06350f234ff93cebe4a71368cd (patch) | |
tree | 7711d992e27f0f3aaebdda7676f22d7af65435a5 /.github/devcontainers-action/lib/contracts/features.js | |
parent | a630e92c468c241fa029f278e4d7a0ac96142c76 (diff) |
directly reference github action (#104)
Diffstat (limited to '.github/devcontainers-action/lib/contracts/features.js')
-rw-r--r-- | .github/devcontainers-action/lib/contracts/features.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/devcontainers-action/lib/contracts/features.js b/.github/devcontainers-action/lib/contracts/features.js deleted file mode 100644 index c8ad2e5..0000000 --- a/.github/devcontainers-action/lib/contracts/features.js +++ /dev/null @@ -1,2 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); |