Skip to content

Perf: put conversion sample as immutable #12

Perf: put conversion sample as immutable

Perf: put conversion sample as immutable #12

Workflow file for this run

name: Formatting
on:
push:
branches:
- main
pull_request:
env:
FOUNDRY_PROFILE: ci
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Run Linter
run: forge fmt --check