Skip to content

chore(docs): update deps/renovate digest to e03a5cf #1752

chore(docs): update deps/renovate digest to e03a5cf

chore(docs): update deps/renovate digest to e03a5cf #1752

Workflow file for this run

name: devcontainer
on:
push:
branches:
- '**'
- '!main'
pull_request:
branches:
- main
types:
- opened
- synchronize
- reopened
- ready_for_review
jobs:
devcontainer-test:
runs-on: ubuntu-latest
if: github.event_name != 'pull_request' || (github.repository_owner != github.event.pull_request.head.repo.owner.login && github.event.pull_request.draft != true)
steps:
- name: Checkout
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
with:
submodules: true
- name: Build and run dev container task
uses: devcontainers/ci@a56d055efecd725e8cfe370543b6071b79989cc8 # v0.3.1900000349
with:
runCmd: make
env: GITHUB_TOKEN
env:
GITHUB_TOKEN: ${{ github.token }}