Skip to content

Bump actions/checkout from 3 to 4 #113

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #113

name: Continuous Integration
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and run dev container task
uses: devcontainers/[email protected]
with:
runCmd: make ci