Skip to content

fix: when no path set, extract the all content in the current folder #25

fix: when no path set, extract the all content in the current folder

fix: when no path set, extract the all content in the current folder #25

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: make
- name: Run test
run: make test
- name: Run build
run: make clean init build