diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1a07294..0704d2b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -10,6 +10,7 @@ "waitFor": "onCreateCommand", "updateContentCommand": "python3 -m pip install -r requirements.txt", "postCreateCommand": "", + "postStartCommand": "git reset --hard && git clean -fd", "customizations": { "codespaces": { "openFiles": [] diff --git a/README.md b/README.md index bd1a692..365033d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ [![StackQL](https://stackql.io/img/stackql-logo-bold.png)](https://stackql.io/)
-[![GitHub Actions](https://github.com/stackql/stackql-codespaces-notebook/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/stackql/stackql-codespaces-notebook/actions/workflows/main.yml) ![License](https://img.shields.io/github/license/stackql/stackql) # stackql-codespaces-notebook