Skip to content

Parametrize 'extend cloudtrail window' setting, fix logic bug in allo… #4

Parametrize 'extend cloudtrail window' setting, fix logic bug in allo…

Parametrize 'extend cloudtrail window' setting, fix logic bug in allo… #4

Workflow file for this run

name: "Test"
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
static-analysis:
name: "Run Go static analysis"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.22
- name: Unit tests
run: make test