fix(chromium): Add crashpad handler, enable ldd, add en-US locale to base package, and implement more tests #30781
Workflow file for this run
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: Wolfictl Lint | |
on: | |
pull_request: | |
branches: | |
- 'main' | |
push: | |
branches: | |
- gh-readonly-queue/main/** | |
jobs: | |
lint: | |
name: Wolfictl Lint | |
runs-on: ubuntu-latest | |
if: github.repository == 'wolfi-dev/os' | |
permissions: | |
contents: read | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: wolfi-dev/actions/wolfictl-lint@main |