Skip to content

chore(deps): bump github.com/samber/slog-gin from 1.11.0 to 1.13.4 #98

chore(deps): bump github.com/samber/slog-gin from 1.11.0 to 1.13.4

chore(deps): bump github.com/samber/slog-gin from 1.11.0 to 1.13.4 #98

Workflow file for this run

name: Build PR
on:
pull_request:
branches:
- master
jobs:
frontend:
uses: ./.github/workflows/frontend.yml
backend:
uses: ./.github/workflows/backend.yml
dockerize_dev:
uses: ./.github/workflows/dockerize.yml
with:
tag: pr
push: false
secrets: inherit
needs:
- frontend
- backend