Skip to content

Add stub scripts for all prayers to perform basic active/deactive checks #7

Add stub scripts for all prayers to perform basic active/deactive checks

Add stub scripts for all prayers to perform basic active/deactive checks #7

Workflow file for this run

name: Build
on:
push:
branches: master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
cache-dependency-path: "**/*.sum"
- name: Build
run: make build
- name: Test
run: make test