Skip to content

Bump actions/checkout from 4.1.1 to 4.1.3 (#223) #71

Bump actions/checkout from 4.1.1 to 4.1.3 (#223)

Bump actions/checkout from 4.1.1 to 4.1.3 (#223) #71

Workflow file for this run

name: scons
on: push
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install scons
- name: Build
run: |
make
- name: Test
run: |
make test