Skip to content

chore: Cleanup logs

chore: Cleanup logs #3

Workflow file for this run

name: Tests
on:

Check failure on line 3 in .github/workflows/tests-merge.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tests-merge.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
push:
branches:
- main
jobs:
test:
name: Foundry build n test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
token: ${{ secrets.READ_ONLY_PAT || github.token }}
- name: Run Foundry setup
uses: bgd-labs/github-workflows/.github/actions/foundry-setup@main
with:
FOUNDRY_VERSION: stable
- name: Run Forge tests
id: test
uses: bgd-labs/github-workflows/.github/actions/foundry-test@main
with:
FOUNDRY_PROFILE: ci