Bump types-setuptools from 69.5.0.20240522 to 75.6.0.20241223 #3701
This file contains 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: Check Devcontainer | |
on: | |
pull_request: | |
paths: | |
- .devcontainer/** | |
- pyproject.toml | |
- poetry.lock | |
- .github/workflows/check-devcontainer.yml | |
push: | |
branches: | |
- master | |
paths: | |
- .devcontainer/** | |
- pyproject.toml | |
- poetry.lock | |
- .github/workflows/check-devcontainer.yml | |
jobs: | |
Build-Devcontainer: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- name: Run demisto-sdk in devcontainer | |
uses: devcontainers/[email protected] # disable-secrets-detection | |
with: | |
push: never | |
runCmd: demisto-sdk --version |