Skip to content

Commit ce69252

Browse files
authored
Create devcontainers_ci.yml
1 parent b316abd commit ce69252

File tree

1 file changed

+16
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)