name: cliper from source on: push: branches: - main jobs: run-cliper: runs-on: archlinux-latest container: image: archlinux:latest steps: - name: prepare source run: | pacman -Sy git go --noconfirm git clone https://github.com/honakac/CLIper - name: compiling run: | cd CLIper go build -o cliper - name: run cliper run: | cd CLIper ./cliper append -t "Meeting" -c "Discuss project timeline" ./cliper list