Skip to content

feat: Deferred Validation Installation #12

feat: Deferred Validation Installation

feat: Deferred Validation Installation #12

Workflow file for this run

name: Gas
on: [pull_request, workflow_dispatch]
concurrency:
group: ${{github.workflow}}-${{github.ref}}
cancel-in-progress: true
# Runs linter, tests, and inspection checker in parallel
jobs:
lint:
name: Check gas snapshot values
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: ./.github/workflows/setup-ci
- name: "Check gas snapshot"
run: pnpm gas:check