Skip to content

Add a little helper that creates a github repo based on current dir a… #182

Add a little helper that creates a github repo based on current dir a…

Add a little helper that creates a github repo based on current dir a… #182

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