Skip to content

chore(Grants): emit event before intraction (#61) #286

chore(Grants): emit event before intraction (#61)

chore(Grants): emit event before intraction (#61) #286

Workflow file for this run

name: checks
on:
push:
branches:
- main
pull_request: {}
workflow_dispatch: {}
concurrency:
group: checks-${{ github.ref }}
cancel-in-progress: true
jobs:
Tests:
runs-on: ubuntu-latest
container:
image: ghcr.io/nodlecode/devcontainer-rollup
options: --user root
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive
- name: Install cSpell
run: npm install -g cspell
- name: Spell Check
run: cspell --config .cspell.json
- name: Lint
run: forge fmt --check
- name: Run tests
run: forge test --zksync