Skip to content

Commit

Permalink
ci: add devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Oct 10, 2024
1 parent 85c02d5 commit 408ab2f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
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:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]

- name: Build and run dev container task
uses: devcontainers/[email protected]
with:
runCmd: npx nx build editor-demo

0 comments on commit 408ab2f

Please sign in to comment.