Skip to content

Commit 2071bc7

Browse files
committed
Merge branch 'test-gh-action-for-devcontainer'
2 parents 9b50212 + 0247279 commit 2071bc7

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Test DevContainer Build
2+
3+
on:
4+
push:
5+
paths:
6+
- '.devcontainer/**'
7+
pull_request:
8+
paths:
9+
- '.devcontainer/**'
10+
11+
jobs:
12+
build:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v4
16+
- uses: devcontainers/[email protected]
17+
with:
18+
push: never
19+
runCmd: "true"

0 commit comments

Comments
 (0)