Power applet, settings: Add support for ambient light sensor. #127
Workflow file for this run
This file contains hidden or 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: Pattern Check | |
| on: | |
| pull_request_target: | |
| branches: [ master ] | |
| permissions: | |
| pull-requests: write | |
| jobs: | |
| pattern-check: | |
| name: Pattern Check | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout github-actions | |
| uses: actions/checkout@v6 | |
| with: | |
| repository: linuxmint/github-actions | |
| path: _github-actions | |
| - name: Pattern Check | |
| uses: ./_github-actions/pattern-checker | |
| with: | |
| github_token: ${{ github.token }} |