fix: Changes in at_commons related to public key hash and implement sha512 hashing algo in at_chops #573
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
name: "Melos bootstrap" | |
on: [pull_request] | |
permissions: | |
contents: read | |
jobs: | |
melos-bootstrap: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # v2.16.0 | |
with: | |
channel: "stable" | |
- name: flutter pub get | |
run: flutter pub get | |
- name: Do melos bootstrap | |
run: dart run melos bootstrap |