Skip to content

Bump actions/checkout (#59) #76

Bump actions/checkout (#59)

Bump actions/checkout (#59) #76

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
name: Tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Run Tests in Docker
run: bin/run-tests-in-docker.sh