Skip to content

Merge pull request #215 from lpsm-dev/renovate/go-1.x #27

Merge pull request #215 from lpsm-dev/renovate/go-1.x

Merge pull request #215 from lpsm-dev/renovate/go-1.x #27

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/checkout@v4.2.2
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/hadolint-action@v3.1.0
with:
dockerfile: Dockerfile
config: ${{ github.workspace }}/.github/config/.hadolint.yaml