mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
SD-Card: proper HAL (#3058)
* Storage: remove unused error from SDInfo * FatFS: remove sd_spi_io * HAL: sd card api * Update: use sd hal * FatFS: use sd hal * Storage: use sd hal * API: sd hal * Fix TODO workflow * SD Hal: Fix source buffer overflow * fix for fix! * HAL: cleanup sd detection api * HAL: FURI_HAL_SD_SPI_DEBUG flag * HAL: FuriHalSdStatus -> FuriStatus * API: downgrade * Change define logic * HAL: presence
This commit is contained in:
@@ -48,7 +48,7 @@ jobs:
|
||||
run: |
|
||||
set +e;
|
||||
git diff --unified=0 --no-color ${{ github.event.pull_request.base.sha }} ${{ github.sha }} | grep -E '^\+' | grep -i -E '(TODO|HACK|FIXME|XXX)[ :]' | grep -v -- '-nofl' > lines.log;
|
||||
MISSING_TICKETS=$( grep -v -E '\[FL-[0-9]+\]' lines.log );
|
||||
MISSING_TICKETS=$( grep -v -E 'FL-[0-9]+' lines.log );
|
||||
if [ -n "$MISSING_TICKETS" ]; then
|
||||
echo "Error: Missing ticket number in \`TODO\` comment(s)" >> $GITHUB_STEP_SUMMARY;
|
||||
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY;
|
||||
|
||||
Reference in New Issue
Block a user