Skip to content

Refactored ConfigProvider and added file change watcher in FileConfig… #18

Refactored ConfigProvider and added file change watcher in FileConfig…

Refactored ConfigProvider and added file change watcher in FileConfig… #18

Workflow file for this run

name: verify-pr
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- name: Run Makefile
env:
TOKEN: ${{ secrets.TOKEN }}
run: make build