Add WIP version ot devcont workflow #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Dev Cont | |
# | |
# Builds dev container and runs tests. | |
# | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- "*" | |
schedule: | |
- cron: 23 7 3 * * | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Setup tmate session | |
uses: mxschmitt/action-tmate@v3 | |
with: | |
limit-access-to-actor: true |