Skip to content

Commit b88ec16

Browse files
authored
Fixing typos
1 parent adee689 commit b88ec16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/00-Check.-Code-Convention.yml .github/workflows/00-Check-Code-Convention.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 00-Check.-Code-Convention
1+
name: 00-Check-Code-Convention
22
on:
33
push:
44
branches-ignore:

.github/workflows/02-Build-Firmware.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
ARM_GCC_DIR: "/opt/gcc-arm-none-eabi/"
1212
ARM_GCC_URL: "https://developer.arm.com/-/media/Files/downloads/gnu/12.2.rel1/binrel/arm-gnu-toolchain-12.2.rel1-x86_64-arm-none-eabi.tar.xz"
1313
jobs:
14-
SW_build:
14+
FW_build:
1515
runs-on: ubuntu-22.04
1616
steps:
1717
- name: Trigger

0 commit comments

Comments
 (0)