Skip to content

build(deps): bump actions/checkout from 4.1.0 to 4.1.1 (#920) #599

build(deps): bump actions/checkout from 4.1.0 to 4.1.1 (#920)

build(deps): bump actions/checkout from 4.1.0 to 4.1.1 (#920) #599

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@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Test Exercises
env:
CC: ${{ matrix.compiler }}
run: ./bin/run-tests -a