Skip to content

Pin GitHub Actions runners to a specific version (#49) #135

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

Pin GitHub Actions runners to a specific version (#49) #135

Workflow file for this run

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