Skip to content

Install and run some Go linters #368

Install and run some Go linters

Install and run some Go linters #368

Workflow file for this run

name: Branch CI
on:
push:
branches-ignore:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
docker:
name: 'Run docker image building'
uses: ./.github/workflows/docker.yml