Skip to content

fix: remove underscore and useless _requireOwned #99

fix: remove underscore and useless _requireOwned

fix: remove underscore and useless _requireOwned #99

Workflow file for this run

name: test
on:
push:
branches:
- main
- dev
- "feature/*"
- "features/*"
- "feature/*"
- "features/*"
pull_request:
branches:
- main
- dev
- "feature/*"
- "features/*"
- "feature/*"
- "features/*"
env:
FOUNDRY_PROFILE: ci
jobs:
check:
strategy:
fail-fast: true
name: Foundry project
runs-on: ubuntu-latest
runs-on: ubuntu-latest

Check failure on line 31 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

You have an error in your yaml syntax on line 31
steps:
- uses: actions/[email protected]
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Install dependencies
run: |
forge soldeer update
id: install
- name: Run Forge build
run: |
forge --version
forge build --sizes
id: build
- name: Run Forge tests
run: |
forge test -vvv
id: test