Skip to content

Added Receipt Status Validation For Account Creation With EVM Alias (… #1424

Added Receipt Status Validation For Account Creation With EVM Alias (…

Added Receipt Status Validation For Account Creation With EVM Alias (… #1424

Workflow file for this run

name: Pre Commit Checks
on:
push:
pull_request:
permissions:
contents: read
jobs:
pre-commit-check:
name: Run Pre Commit Check
runs-on: hl-sdk-py-lin-md
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
with:
egress-policy: audit
- name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Set up Python
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
with:
python-version: '3.10'
- name: Pre Commit Check
uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1