Skip to content

Bump follow-redirects from 1.15.3 to 1.15.4 #508

Bump follow-redirects from 1.15.3 to 1.15.4

Bump follow-redirects from 1.15.3 to 1.15.4 #508

Workflow file for this run

name: Lint Check
on: [push]
env:
FOUNDRY_PROFILE: ci
jobs:
check:
strategy:
fail-fast: true
name: Forge Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly-34f684ddfacc5b2ed371353ba6f730c485616ffe
- name: Run Forge fmt --check
run: |
forge fmt --check
id: fmt