Skip to content

Update workflow to use newer checkout version #38

Update workflow to use newer checkout version

Update workflow to use newer checkout version #38

Workflow file for this run

name: C/C++ CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: programs
run: cd programs && make && make tests