Skip to content

eml_unpack_attachments: add sanity checks for file extension and type #18

eml_unpack_attachments: add sanity checks for file extension and type

eml_unpack_attachments: add sanity checks for file extension and type #18

Workflow file for this run

---
name: Run tests
on:
push:
workflow_dispatch:
pull_request:
jobs:
tests:
strategy:
fail-fast: false
matrix:
cfg:
- component: "s3_monitor"
- component: "eml_unpack_attachments"
runs-on: ubuntu-latest
env:
go_version: "1.23"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ env.go_version }}
- run: |
cd ${{ matrix.cfg.component }}
go test -v ./...