workflowtest/.forgejo/workflows/test.yml
cat f3af93781b
Some checks failed
cliper from source / run-cliper (push) Failing after 19s
cliper from source
2026-02-18 16:25:50 +03:00

30 lines
No EOL
551 B
YAML

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
https://github.com/honakac/CLIper
- name: compiling
run: |
cd go
go build -o cliper
- name: run cliper
run: |
cd cliper
./cliper append -t "Meeting" -c "Discuss project timeline"
./cliper list