workflowtest/.forgejo/workflows/test.yml
cat 72b241edcc
All checks were successful
entropykey from source / run-neofetch (push) Successful in 24s
entropykey from source
2026-02-18 15:36:07 +03:00

29 lines
No EOL
520 B
YAML

name: entropykey from source
on:
push:
branches:
- main
jobs:
run-neofetch:
runs-on: archlinux-latest
container:
image: archlinux:latest
steps:
- name: prepare source
run: |
pacman -Sy git go --noconfirm
git clone https://github.com/honakac/EntropyKey
- name: compiling
run: |
cd EntropyKey
go build -o entropykey
- name: run entropykey
run: |
cd EntropyKey
./entropykey