Skip to content

Commit

Permalink
Add rudimentary devcontainer CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMaude committed Apr 30, 2024
1 parent f2394cc commit aa5acaa
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test_devcontainers.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 'Test devcontainers'
on:
pull_request:
push:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout (GitHub)
uses: actions/checkout@v4

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

0 comments on commit aa5acaa

Please sign in to comment.