Skip to content

Update hookbot to v0.18.0 #258

Update hookbot to v0.18.0

Update hookbot to v0.18.0 #258

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Run tests
env:
XTABLES_LOCKFILE: /tmp/xtables.lock
run:
make test