Skip to content

feat: update git configuration setup #218

feat: update git configuration setup

feat: update git configuration setup #218

Workflow file for this run

---
name: CI
'on':
pull_request:
push:
branches:
- master
schedule:
- cron: "0 5 * * 4"
jobs:
integration:
name: Integration
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- macos-latest
steps:
- name: checkout the codebase
uses: actions/checkout@v4
- name: run make
run: |
make