Skip to content

Commit

Permalink
#12 Merge pull request from deshima-dev/astropenguin/issue11
Browse files Browse the repository at this point in the history
Fix development environment
  • Loading branch information
astropenguin authored Oct 16, 2023
2 parents ccdc99e + ccdda25 commit 70f7f17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"editor.formatOnSave": true,
"editor.insertSpaces": true,
"editor.tabSize": 4
}
}
}
}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
push:
branches:
- main
- v1
- v2
- deshima1.0
- deshima2.0
pull_request:
branches:
- main
- v1
- v2
- deshima1.0
- deshima2.0

jobs:
job:
Expand Down

0 comments on commit 70f7f17

Please sign in to comment.