Skip to content

user and auth init

user and auth init #4

Workflow file for this run

name: Project Init
on:
push:
branches:
- main
jobs:
project-init:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Project Init ok
run: echo "ok, project init successful"