Skip to content

build(deps): bump actions/checkout from 4.1.1 to 4.1.2 #708

build(deps): bump actions/checkout from 4.1.1 to 4.1.2

build(deps): bump actions/checkout from 4.1.1 to 4.1.2 #708

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