Skip to content

Upgrade Simulator, Contracts to 0.29.0 #772

Upgrade Simulator, Contracts to 0.29.0

Upgrade Simulator, Contracts to 0.29.0 #772

Workflow file for this run

name: Format and Lint
env:
TURBO_TELEMETRY_DISABLED: 1
on:
pull_request:
push:
branches:
- main
jobs:
checks:
name: Run Checks
runs-on: ubuntu-24.04
permissions:
contents: read
steps:
- name: Harden Runner
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
with:
egress-policy: audit
- name: Check out code
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
fetch-depth: 2 # Recommended by turbo team
- name: Setup Environment
uses: ./.github/actions/setup
with:
skip-compact: "true"
- name: Format & Lint
run: turbo fmt-and-lint:ci