keccak with u32 #2509
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This Github action allows us to obtain better browsable code | |
# on https://sourcegraph.com/github.com/o1-labs/proof-systems | |
name: Sourcegraph (LSIF) | |
on: | |
- push | |
jobs: | |
index: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Generate LSIF data | |
uses: sourcegraph/lsif-rust-action@main | |
- name: Upload LSIF data | |
uses: sourcegraph/lsif-upload-action@master | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} |