All checks were successful
entropykey from source / run-neofetch (push) Successful in 24s
29 lines
No EOL
520 B
YAML
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 |