Skip to content

fix: disable R8 full mode for flutter_local_notifications #224

fix: disable R8 full mode for flutter_local_notifications

fix: disable R8 full mode for flutter_local_notifications #224

Workflow file for this run

name: Linter
on:
push:
jobs:
linter:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.READY_TO_MERGE_TOKEN }}
- name: Check final newline
uses: johannesvedder/check-final-newline@main
with:
fail_on_missing_newline: 'false'
- name: Restore ignored files
run: |
git checkout -- **/l10n-missing.txt
- name: Commit changes if any
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: 'lint: Apply final newline changes'