Skip to content

fix: initialize all loggers on start to avoid race conditions #82

fix: initialize all loggers on start to avoid race conditions

fix: initialize all loggers on start to avoid race conditions #82

Workflow file for this run

name: snap-build
on:
push:
branches:
- '**'
jobs:
snapcraft-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: fetch tags
run: |
git fetch --tags --force # Retrieve annotated tags. see https://github.com/actions/checkout/issues/290
- uses: snapcore/action-build@v1
id: build