Skip to content

Commit

Permalink
doc: add warning about WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
lakkeger committed Jun 21, 2024
1 parent dbe8e38 commit 06c0db8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: "CI - Test Features"
on:
push:
paths-ignore:
- ./*.md
- *.md
- LICENSE
- .gitkeep
- .gitignore
branches:
- main
pull_request:
paths-ignore:
- ./*.md
- *.md
- LICENSE
- .gitkeep
- .gitignore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
pull_request:
paths-ignore:
- ./*.md
- *.md
- LICENSE
- .gitkeep
- .gitignore
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Features are designed to install atop a wide-range of base container images (thi
> [!NOTE]
> This repo follows the [**proposed** DevContainer Feature distribution specification](https://containers.dev/implementors/features-distribution/).
> [!WARNING]
> This repo currently a work in progress which might introduce breaking changes without notification.
## List of features
- [LocalStack](https://docs.localstack.cloud/getting-started/): install the LocalStack CLI tool and any of the related _Local™_ tools for:
- AWS CLI
Expand Down

0 comments on commit 06c0db8

Please sign in to comment.