Skip to content

fix: hermes id handling (#162) #584

fix: hermes id handling (#162)

fix: hermes id handling (#162) #584

Workflow file for this run

name: Check Rustfmt
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
components: rustfmt
- uses: pre-commit/action@v3.0.1