Skip to content

Update GitHub actions to use checkout version 4.1.4. #102

Update GitHub actions to use checkout version 4.1.4.

Update GitHub actions to use checkout version 4.1.4. #102

Workflow file for this run

name: C CI for GCC
on:
push:
branches: [ "trunk" ]
pull_request:
branches: [ "trunk" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.4
- name: make
run: make
- name: compiler-test
run: make compiler-test
- name: coverage-report
run: make -C test/coverage-gcov/