Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/build_all_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ name: Apps

on: [push, pull_request]

permissions:
contents: read

jobs:
targets:
name: Build all apps
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build_blinky.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ name: Blinky

on: [push, pull_request]

permissions:
contents: read

jobs:
blinky:
name: Build blinky
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build_bootloader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ name: Bootloader

on: [push, pull_request]

permissions:
contents: read

jobs:
bootloader:
name: Build bootloader
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build_bootloader_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ on:
schedule:
- cron: 42 0 * * *

permissions:
contents: read

jobs:
bootloader:
name: Build bootloader (main)
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build_cc_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ name: GCC target

on: [push, pull_request]

permissions:
contents: read

jobs:
targets:
name: Build GCC test target
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build_targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ name: Targets

on: [push, pull_request]

permissions:
contents: read

jobs:
targets:
name: Build all test targets
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/check_compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ on:
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]

permissions:
contents: read
issues: read
pull-requests: read


jobs:
style_check:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/newt_test_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ name: Unit tests

on: [push, pull_request]

permissions:
contents: read

jobs:
newt_test:
name: Run newt test all
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/update_hw_ci_badges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ on:
schedule:
- cron: '0 5 * * *'

permissions:
contents: write
pull-requests: write

jobs:
update-badges:
runs-on: ubuntu-latest
Expand Down
Loading