Skip to content

Bump actions/checkout from 3 to 4 (#15) #63

Bump actions/checkout from 3 to 4 (#15)

Bump actions/checkout from 3 to 4 (#15) #63

Workflow file for this run

name: CI Pipeline
on:
push:
pull_request:
branches:
- main
- rpi-zero
jobs:
build:
runs-on: ubuntu-latest
name: Build
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: Docker cache
uses: satackey/[email protected]
# Ignore the failure of a step and avoid terminating the job.
continue-on-error: true
- name: Build
run: make ci