Skip to content

Merge pull request #145 from cantabular/dependabot/github_actions/git… #152

Merge pull request #145 from cantabular/dependabot/github_actions/git…

Merge pull request #145 from cantabular/dependabot/github_actions/git… #152

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@v6
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