1
0
mirror of https://github.com/byReqz/stocheck.git synced 2024-09-28 19:43:14 +00:00

autogen hash for version check

This commit is contained in:
Nils 2021-01-25 14:49:28 +00:00 committed by GitHub
parent e16424dcf5
commit 6f71adb3c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
.github/workflows/main.yml vendored Normal file
View File

@ -0,0 +1,12 @@
name: gethash
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
gethash:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: get hash of script
run: echo $(cat stocheck.sh | md5sum | cut -c -32) > hash