Skip to content

Update .gitconfig (#50) #67

Update .gitconfig (#50)

Update .gitconfig (#50) #67

Workflow file for this run

on:
push
name: make test
jobs:
test:
name: make test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: make test
run: make test
shell: bash