Skip to content

refactor: jwt_secret_key file name changed and also added a ruby scri… #192

refactor: jwt_secret_key file name changed and also added a ruby scri…

refactor: jwt_secret_key file name changed and also added a ruby scri… #192

Workflow file for this run

name: Go Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22.4'
- name: Installing dependencies
run: go mod tidy
- name: Build source
run: make build