Skip to content

build(deps): bump actions/checkout from 4.1.6 to 4.1.7 #788

build(deps): bump actions/checkout from 4.1.6 to 4.1.7

build(deps): bump actions/checkout from 4.1.6 to 4.1.7 #788

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