Skip to content

🦈 Hunt

🦈 Hunt #30

Workflow file for this run

# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
name: 🦈 Hunt
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
hunt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup dotenv
run: echo ${{ secrets.DOTENV }} | base64 --decode > ./.env
- name: Setup Go environment
uses: actions/[email protected]
- name: Build
run: go build -tags with_utls,with_grpc -o megalodon ./main.go
- name: Run
run: ./megalodon