Skip to content

Commit

Permalink
Add build and test github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed Apr 6, 2024
1 parent 60ba072 commit 9bf84d4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Build and test

on:
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Build devcontainer image
uses: devcontainers/[email protected]
with:
runCmd: devenv test

0 comments on commit 9bf84d4

Please sign in to comment.