Skip to content

feat(git): add hello alias to gitconfig #213

feat(git): add hello alias to gitconfig

feat(git): add hello alias to gitconfig #213

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