Skip to content

Update configs for ccip #51

Update configs for ccip

Update configs for ccip #51

Workflow file for this run

name: Lint
on:
pull_request: {}
push:
branches:
- "test"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Install Foundry (Cannon)
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- run: anvil -V
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18"
cache: "yarn"
- run: yarn --version
- run: yarn install --immutable
- run: yarn dedupe --check
- run: yarn pretty:check