Skip to content

Commit

Permalink
update west.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rauhul committed Dec 7, 2024
1 parent da287c6 commit ac57408
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Lint

on:
push:
branches: ["main"]
pull_request:
branches: ["main"]

jobs:
lint:
name: Lint
runs-on: ubuntu-latest
container: swift:6.0-jammy

steps:
- uses: actions/checkout@v4
- name: Get common swift-format config
run: |
curl https://github.com/apple/swift-mmio/blob/main/SupportingFiles/Tools/swift-format/.swift-format -o .swift-format
- name: Lint
run: |
swift-format lint --recursive --strict .
4 changes: 3 additions & 1 deletion nrfx-blink-sdk/west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ manifest:
remote: zephyrproject-rtos
revision: main
import:
name-allowlist: []
name-allowlist:
- cmsis # required by the ARM port
- hal_nordic # required by the custom_plank board (Nordic based)

0 comments on commit ac57408

Please sign in to comment.