Skip to content

Pin GitHub Actions runners to a specific version (#56) #112

Pin GitHub Actions runners to a specific version (#56)

Pin GitHub Actions runners to a specific version (#56) #112

Workflow file for this run

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