Skip to content

Bump actions/checkout from 4.1.6 to 4.1.7 #80

Bump actions/checkout from 4.1.6 to 4.1.7

Bump actions/checkout from 4.1.6 to 4.1.7 #80

Workflow file for this run

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