meta-*: bump meta-rauc from 8f35e94
to 76b9779
in the layers group
#342
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: codespell | |
on: | |
pull_request: | |
push: | |
schedule: | |
- cron: '10 21 * * 4' | |
jobs: | |
codespell: | |
name: codespell | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- run: python3 -m pip install codespell | |
- run: codespell meta-lxatac-bsp meta-lxatac-software .github oe-init-build-env README.md |