Skip to content

[#310] upgrade to latest golangci-lint and enable new linters #23

[#310] upgrade to latest golangci-lint and enable new linters

[#310] upgrade to latest golangci-lint and enable new linters #23

name: MySQL 8.0 Build and Run /w docker-compose
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build and Run Spirit
run: docker compose up mysql buildandrun --abort-on-container-exit
working-directory: compose