Skip to content

chore(deps): bump github.com/gin-gonic/gin from 1.9.1 to 1.10.0 #54

chore(deps): bump github.com/gin-gonic/gin from 1.9.1 to 1.10.0

chore(deps): bump github.com/gin-gonic/gin from 1.9.1 to 1.10.0 #54

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