Skip to content

build(deps): bump actions/checkout from 4.1.2 to 4.1.3 (#983) #754

build(deps): bump actions/checkout from 4.1.2 to 4.1.3 (#983)

build(deps): bump actions/checkout from 4.1.2 to 4.1.3 (#983) #754

Workflow file for this run

name: Test Exercises
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-20.04
strategy:
matrix:
compiler: [gcc, clang]
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
- name: Test Exercises
env:
CC: ${{ matrix.compiler }}
run: ./bin/run-tests -a