Skip to content

Commit

Permalink
feat: updated build name and updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeacortes committed Aug 22, 2020
1 parent 9a0d09b commit 8f6f0bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build action
name: Build

on: [push]

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# About

![Build action](https://github.com/jorgeacortes/stm32-cmake-docker/workflows/Build%20action/badge.svg)
![Build](https://github.com/jorgeacortes/stm32-cmake-docker/workflows/Build/badge.svg)

This project is a sample project that contains a docker image that allows to compile STM32 ARM Cortex-M microcontrollers using cmake.

Expand Down Expand Up @@ -36,7 +36,6 @@ docker run --rm -v $(pwd):/home/stm32/ws cortesja/stm32-cmake:latest bash -c "sh
## Open topics

* Flashing
* Add Github actions example for compiling

## Credits

Expand Down

0 comments on commit 8f6f0bf

Please sign in to comment.