Skip to content

[Rndstroppy-69]: cleanup pg driver implementation #303

[Rndstroppy-69]: cleanup pg driver implementation

[Rndstroppy-69]: cleanup pg driver implementation #303

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
golang-ci:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.24.3"
- name: Mock files
run: |
echo ".gitkeep" | tee internal/static/stroppy-k6
- name: Install linter dependencies
run: make .install-linter
- name: Run linter
run: make linter
- name: Run tests
run: make tests