Skip to content

Adding remaining content and cheat sheet #26

Adding remaining content and cheat sheet

Adding remaining content and cheat sheet #26

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 dev container task
uses: devcontainers/ci@v0.3