Skip to content

Merge pull request #207 from lpsm-dev/renovate/actions-setup-go-5.x #22

Merge pull request #207 from lpsm-dev/renovate/actions-setup-go-5.x

Merge pull request #207 from lpsm-dev/renovate/actions-setup-go-5.x #22

Workflow file for this run

---
name: CI
on:
push:
branches: [main]
jobs:
test:
name: Test
runs-on: ubuntu-24.04
steps:
- name: Check out code from GitHub
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Commit Lint
uses: wagoid/commitlint-github-action@v6
continue-on-error: true
- name: Secret Detection
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_ENABLE_COMMENTS: true
continue-on-error: false
- name: Hadolint
uses: hadolint/[email protected]
with:
dockerfile: Dockerfile
config: ${{ github.workspace }}/.github/config/.hadolint.yaml