Skip to content

fix: ARC4 structs should be immutable for now, we can introduce a mut… #235

fix: ARC4 structs should be immutable for now, we can introduce a mut…

fix: ARC4 structs should be immutable for now, we can introduce a mut… #235

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- main
- alpha
paths-ignore:
- 'docs/**'
- 'scripts/**'
permissions:
contents: read
checks: write
jobs:
ci-all:
name: 'Build and test all packages'
uses: ./.github/workflows/ci-all.yml
with:
run-commit-lint: true