Skip to content

Add direct profile contact links #2

Add direct profile contact links

Add direct profile contact links #2

name: Public Verification
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
jobs:
public-verification:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install Lua parser
run: |
sudo apt-get update
sudo apt-get install -y lua5.4
- name: Run public verification gate
run: bash scripts/verify_public.sh