Skip to content

chore: bump @types/uuid from 9.0.8 to 10.0.0 #52

chore: bump @types/uuid from 9.0.8 to 10.0.0

chore: bump @types/uuid from 9.0.8 to 10.0.0 #52

Workflow file for this run

name: Test Build - Auth Server
on:
push:
branches:
- main
pull_request:
branches:
- main
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: print to console
run: echo "Hello Watchdog! ${{secrets.TEST}} ${{github.repository}} ${{env.REGISTRY}}"