Skip to content

Commit

Permalink
🐞 fix (ci): try to correct master branch inexistent error
Browse files Browse the repository at this point in the history
  • Loading branch information
dianlight committed Mar 5, 2024
1 parent 985b5f5 commit b391e5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"customizations": {
"vscode": {
"extensions": ["timonwong.shellcheck", "esbenp.prettier-vscode"],
"extensions": ["timonwong.shellcheck", "esbenp.prettier-vscode","ms-python.flake8","donjayamanne.git-extension-pack","ms-python.python","demystifying-javascript.python-extensions-pack","rioukkevin.vscode-git-commit","github.vscode-github-actions"],
"settings": {
"terminal.integrated.profiles.linux": {
"zsh": {
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docker-image-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0


- name: Login to DockerHub
uses: docker/login-action@v3
Expand Down

0 comments on commit b391e5c

Please sign in to comment.