aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/code_size.yml
AgeCommit message (Collapse)Author
2021-01-24github/workflows: Fix code-size CI workflow.Damien George
Changes are: - Use ubuntu-20.04 so that gcc-multilib installs without error. - Use "fetch-depth: 100" to get history prior to pull request. Signed-off-by: Damien George <damien@micropython.org>
2020-11-29github/workflows: Add workflows for all CI tasks, builds and tests.Damien George
Signed-off-by: Damien George <damien@micropython.org>