Skip to content

Add Docker Compose file for testing MongoDB, add Makefile for running… #4

Add Docker Compose file for testing MongoDB, add Makefile for running…

Add Docker Compose file for testing MongoDB, add Makefile for running… #4

Workflow file for this run

name: "GolangCI Lint"
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.20"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest