1
0
mirror of https://github.com/byReqz/stocheck.git synced 2024-09-28 19:43:14 +00:00
stocheck/.github/workflows/main.yml
2021-01-25 14:49:28 +00:00

13 lines
258 B
YAML

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