workflowtest/.forgejo/workflows/test.yml
cat ca38ac9cd2
Some checks failed
entropykey from source / run-neofetch (push) Failing after 41s
entropykey from source
2026-02-18 15:34:57 +03:00

29 lines
No EOL
507 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
- name: run entropykey
run: |
cd EntropyKey
./entropykey