Skip to content

Adapt PR creation to nested BOOT_IMAGE_SHA256 hash #124

Adapt PR creation to nested BOOT_IMAGE_SHA256 hash

Adapt PR creation to nested BOOT_IMAGE_SHA256 hash #124

Workflow file for this run

name: Linter
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
jobs:
shellcheck:
name: Shell Scripts Lint
runs-on: ubicloud-standard-2
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
scandir: '.'
severity: warning
format: gcc