You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore(scripts): remove toolchain adjustments
* ci: remove toolchain adjustments
* ci: add init composite action
* ci: update workflow to use init action
* ci: update to use container for step only
* ci: update to use container for steps
* ci: update image access
* ci: update entrypoint
* ci: update container args
* ci: use container step for clippy job
* ci: restore checkout
* ci: update image
* ci: update clippy job syntax
* ci: improve initialize step name
* ci: attempt to resolve clippy env variable
* ci: merge clippy job via matrix
* ci: update clippy-examples job to use run-container-command action
* ci: update check job to use run-container-command action
* ci: update fmt job to use run-container-command action
* ci: set environment variable for check step
* ci: update dylint jobs to use run-container-command action
* ci: update build jobs to use run-container-command action
* ci: update needs for example docs after merging via matrix
* ci: remove test job partitioning due to switching to run-container-command
* ci: fix alignment
* ci: update test-docs job to use run-container-command action
* ci: fix alignment
* ci: update test-linting job to use run-container-command action
* ci: update docs job to use run-container-command action
* ci: update example-test job to remove partition and use run-container-command action
* ci: update examples-test-mapping job to use run-container-command action
* ci: update examples-custom-test job to use run-container-command action
* ci: update examples-contract-build-riscv job by removing partioning and to use run-container-command action
* ci: update examples-docs to use run-container-command action
* ci: update fuzz test to use run-container-command action
* ci: remove container requirement from submit-contract-sizes job
* ci: remove leftover partitioning option from examples-test job
* ci: fix syntax issue in build::RISCV job
* ci: remove set_name job after image defined in composite action
* ci: remove cargo_incremental overrides
* ci: improve init action
* ci: improve run-container-command action
* ci: remove rust info after moved to reusable action
* ci: attempt inputs image workaround
* ci: accept defeat
* ci: add additional cache key for matrix usage
* ci: output image environment info as first step
* ci: use relative path to enable proper caching between runner (host) and container
ci: add github.workspace prefix to cache path, so that artifacts created within the container run can be cached
ci: fix artifact name
ci: remove unnecessary step
* ci: adapt cache paths based on host/runner vs container
* ci: use stable image
* ci: update initialize runner action
* ci: update run container command action
* ci: update image used by run-container-command action
* ci: attempt process-contract-sizes job fix
* docs: update changelog
* ci: attempt process-contract-sizes job fix
* ci: use github.run_id instead of branch name
Branch name may contain /, breaking file names.
* ci: extract cargo contract version from environment for use in submit-contract-sizes job
* ci: adjust syntax for outputting cargo-contract version
* ci: remove leftover environment variable definition
0 commit comments