Skip to content

Commit

Permalink
CI/CD: ard-build -> arduino-builds rename
Browse files Browse the repository at this point in the history
  • Loading branch information
pstolarz committed Aug 14, 2023
1 parent 578c50d commit 01500d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defaults:
run:
shell: bash
jobs:
ard_info:
arduino_info:
runs-on: ubuntu-latest
container: ghcr.io/pstolarz/arduino-ci
steps:
Expand All @@ -20,7 +20,7 @@ jobs:
sudo arduino-cli update
sudo arduino-cli core list
sudo arduino-cli core list --updatable
ard_build:
arduino_build:
runs-on: ubuntu-latest
container: ghcr.io/pstolarz/arduino-ci
strategy:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OneWireNg

[![Arduino builds](https://github.com/pstolarz/OneWireNg/workflows/Arduino%20builds/badge.svg?branch=master)](https://github.com/pstolarz/OneWireNg/actions/workflows/ard-builds.yml)
[![Arduino builds](https://github.com/pstolarz/OneWireNg/workflows/Arduino%20builds/badge.svg?branch=master)](https://github.com/pstolarz/OneWireNg/actions/workflows/arduino-builds.yml)
[![PlatformIO builds](https://github.com/pstolarz/OneWireNg/workflows/PlatformIO%20builds/badge.svg?branch=master)](https://github.com/pstolarz/OneWireNg/actions/workflows/platformio-builds.yml)
[![ESP-IDF builds](https://github.com/pstolarz/OneWireNg/workflows/ESP-IDF%20builds/badge.svg?branch=master)](https://github.com/pstolarz/OneWireNg/actions/workflows/espidf-builds.yml)
[![Pico SDK builds](https://github.com/pstolarz/OneWireNg/workflows/Pico%20SDK%20builds/badge.svg?branch=master)](https://github.com/pstolarz/OneWireNg/actions/workflows/picosdk-builds.yml)
Expand Down

0 comments on commit 01500d6

Please sign in to comment.