Skip to content

Bump actions/checkout from 4 to 5 #138

Bump actions/checkout from 4 to 5

Bump actions/checkout from 4 to 5 #138

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '~1.25.1'
- name: Checkout code
uses: actions/checkout@v5
- name: Run tests
run: |
make test
- name: Build in Docker
run: |
make hookbot