Merge branch 'master' into activity_selection_new_algo2 #1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test DevContainer Build | |
on: | |
push: | |
paths: | |
- ".devcontainer/**" | |
pull_request: | |
paths: | |
- ".devcontainer/**" | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v5 | |
- uses: devcontainers/[email protected] | |
with: | |
push: never | |
runCmd: "true" |