Skip to content

Commit

Permalink
Merge pull request #426 from MindfulAI-Copilots-Bots/FabianaCampanari…
Browse files Browse the repository at this point in the history
…-patch-1

devcontainer.yml
  • Loading branch information
FabianaCampanari authored Apr 12, 2024
2 parents f1de20f + 95bb9ca commit 31c6e33
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .devcontainer/devcontainer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Devcontainer

on:
pull_request:
branches:
- main
types:
- opened
- synchronize
- reopened
- ready_for_review

permissions:
contents: read

jobs:
devcontainer-test:
runs-on: ubuntu-latest
if: github.event.pull_request.draft != true
steps:
- name: Checkout
uses: actions/[email protected]

- name: Build and run dev container task
uses: devcontainers/[email protected]
with:
runCmd: pnpm build



0 comments on commit 31c6e33

Please sign in to comment.