Skip to content

Commit

Permalink
de build
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnewcomer committed Aug 11, 2023
1 parent 4664912 commit fcf2d82
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build-de.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: 'build'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout (GitHub)
uses: actions/checkout@v3
- name: Build and run dev container task
uses: devcontainers/[email protected]
with:
runCmd: yarn test

0 comments on commit fcf2d82

Please sign in to comment.