We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0d873 commit f970dd2Copy full SHA for f970dd2
.github/workflows/build-pico-sdk.yml
@@ -51,7 +51,7 @@ jobs:
51
curl -L https://developer.arm.com/-/media/Files/downloads/gnu/13.3.rel1/binrel/arm-gnu-toolchain-13.3.rel1-$ARCH-arm-none-eabi.tar.xz -O
52
tar xf arm-gnu-toolchain-13.3.rel1-$ARCH-arm-none-eabi.tar.xz
53
54
- - name: Set PICO environment variables
+ - name: Set Pico environment variables
55
run: |
56
ARCH=`uname -m`
57
echo "PICO_BOARD=${{ matrix.example.board }}" >> $GITHUB_ENV
.github/workflows/lint.yml
@@ -23,4 +23,4 @@ jobs:
23
run: curl -L https://github.com/apple/swift-mmio/blob/main/SupportingFiles/Tools/swift-format/.swift-format -O
24
25
- name: Lint
26
- run: swift-format lint --recursive --strict .
+ run: ls -asl && swift-format lint --recursive --strict .
0 commit comments