Skip to content

ci: update workflow triggers to run on workflow changes and all merges to main #30

ci: update workflow triggers to run on workflow changes and all merges to main

ci: update workflow triggers to run on workflow changes and all merges to main #30

Workflow file for this run

name: stylus-foundry-test
on:
pull_request:
paths:
- .github/workflows/ci-foundry-test.yml
- target_chains/ethereum/sdk/stylus/**
push:
branches:
- main
env:
FOUNDRY_PROFILE: ci
jobs:
check:
name: Foundry project
runs-on: ubuntu-latest
defaults:
run:
working-directory: target_chains/ethereum/sdk/stylus
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Show Forge version
run: forge --version