Skip to content

Reimplement Coraza-SPOA #354

Reimplement Coraza-SPOA

Reimplement Coraza-SPOA #354

Workflow file for this run

name: Lint
on:
pull_request:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- run: go run mage.go lint