Skip to content

Commit

Permalink
WIP: CI: add oelint-adv linter rule
Browse files Browse the repository at this point in the history
  • Loading branch information
hnez committed Dec 9, 2024
1 parent c9ee782 commit 8378ee1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: lint

on:
pull_request:
push:
schedule:
- cron: '10 21 * * 4'

jobs:
lint:
name: oelint-adv
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: python3 -m pip install oelint_adv
- run: oelint-adv --mode=all --quiet --color $(find meta-lxatac-bsp/ meta-lxatac-software/ -name "*bb")

0 comments on commit 8378ee1

Please sign in to comment.