Skip to content

chore(deps): bump openai/codex-action from 1.4 to 1.7 #9

chore(deps): bump openai/codex-action from 1.4 to 1.7

chore(deps): bump openai/codex-action from 1.4 to 1.7 #9

Workflow file for this run

name: CI
on:
push:
pull_request:
permissions: { contents: read }
jobs:
forge:
runs-on: ubuntu-latest
permissions: { contents: read }
steps:
- name: Checkout
uses: actions/checkout@v6
with:
persist-credentials: false
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: stable
- name: Format (check)
run: forge fmt --check
- name: Test (via-ir)
run: forge test --via-ir
- name: Bytecode size (EIP-170)
run: forge build --via-ir --skip test --skip script --sizes