Skip to content

deploy returns the hook address and adds to allowe dposts #111

deploy returns the hook address and adds to allowe dposts

deploy returns the hook address and adds to allowe dposts #111

Workflow file for this run

name: contracts-template-lint
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
forge-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: bahmutov/npm-install@v1
- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
with:
version: nightly
- name: Check linting
run: forge fmt --check