Skip to content

[HACKATHON] feat(evm): add initial contracts to intent settlement and validation #784

[HACKATHON] feat(evm): add initial contracts to intent settlement and validation

[HACKATHON] feat(evm): add initial contracts to intent settlement and validation #784

Workflow file for this run

name: "🚧 Danger"
on:
pull_request:
types:
- opened
- reopened
- synchronize # captures and git pushes with changes
- edited # This captures title and description changes
jobs:
danger:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.BOOST_GITHUB_TOKEN }}
- name: Danger
uses: danger/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.BOOST_GITHUB_TOKEN }}