Skip to content

Commit

Permalink
chore: Remove config-inject package (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
macko911 authored Dec 2, 2024
1 parent 3462da4 commit 26db6fb
Show file tree
Hide file tree
Showing 42 changed files with 0 additions and 5,476 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,27 +95,3 @@ jobs:
- name: Check if built version was committed
run: |
git diff --exit-code || (echo "::error::You forgot to commit the built actions, run 'make' locally" && exit 1)
test-config:
name: Check config
runs-on: ubuntu-22.04
defaults:
run:
working-directory: config-inject
permissions:
contents: read
steps:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
with:
version: 9
- uses: actions/[email protected]
with:
node-version: "20"
cache: "pnpm"
cache-dependency-path: config-inject/pnpm-lock.yaml
- run: pnpm install --frozen-lockfile --ignore-scripts
- run: pnpm run build
- run: pnpm run test
- run: pnpm run lint
- run: pnpm run typecheck
27 changes: 0 additions & 27 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,35 +15,8 @@ jobs:
release:
name: Run "Release Please"
runs-on: ubuntu-22.04
outputs:
config_package_published: ${{ steps.release.outputs.config-inject--release_created }}
steps:
- uses: google-github-actions/[email protected]
id: release
with:
command: manifest
publish:
name: Publish to GPR
runs-on: ubuntu-22.04
needs: release
if: ${{ needs.release.outputs.config_package_published }}
defaults:
run:
working-directory: config-inject
steps:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
with:
version: 9
- uses: actions/[email protected]
with:
node-version: "20"
scope: "@pleo-io"
cache: "pnpm"
registry-url: "https://npm.pkg.github.com"
cache-dependency-path: config-inject/pnpm-lock.yaml
- run: pnpm install --frozen-lockfile --ignore-scripts
- run: pnpm run build
- run: cd dist && npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 0 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"actions": "10.1.0",
"reusable-workflows": "13.0.0",
"config-inject": "3.2.0",
"terraform-module": "3.2.1"
}
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ project on Linear (if you have access).

- [Custom GitHub Actions](/actions)
- [Reusable GitHub Workflows](/reusable-workflows)
- [Runtime Config Injection Tooling](./config-inject)
- [Terraform Module](./terraform-module)
- [Lambda@Edge Lambdas](/terraform-module/edge-lambdas)

Expand Down
24 changes: 0 additions & 24 deletions config-inject/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions config-inject/.npmignore

This file was deleted.

3 changes: 0 additions & 3 deletions config-inject/.prettierignore

This file was deleted.

130 changes: 0 additions & 130 deletions config-inject/CHANGELOG.md

This file was deleted.

150 changes: 0 additions & 150 deletions config-inject/README.md

This file was deleted.

Loading

0 comments on commit 26db6fb

Please sign in to comment.