Skip to content

Merge pull request #266 from cantabular/hookbot-v0.18.0 #259

Merge pull request #266 from cantabular/hookbot-v0.18.0

Merge pull request #266 from cantabular/hookbot-v0.18.0 #259

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