Skip to content

Redeploy: use 1.4.1 safe contracts and SafeL2 contracts on layer 2 #252

Redeploy: use 1.4.1 safe contracts and SafeL2 contracts on layer 2

Redeploy: use 1.4.1 safe contracts and SafeL2 contracts on layer 2 #252

Workflow file for this run

name: Forge Linter
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: "Check out the repo"
uses: actions/checkout@v3
with:
submodules: recursive
- name: Setup Environment
uses: ./.github/actions
- name: Run linter and check for errors
id: lint
run: forge fmt --check