use latest commit from gnark-crypto with improved subgroup check perf… #808
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
# Hyperledger Repolinter Action | |
name: Repolinter | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- master | |
- main | |
pull_request: | |
branches: | |
- master | |
- main | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
container: ghcr.io/todogroup/repolinter:v0.10.1 | |
steps: | |
- name: Checkout Code | |
uses: actions/checkout@v3 | |
- name: Lint Repo | |
run: bundle exec /app/bin/repolinter.js --rulesetUrl https://raw.githubusercontent.com/hyperledger-labs/hyperledger-community-management-tools/main/repo_structure/repolint.json --format markdown |