Limit line length to 80 to make pub.dev happy and improve the documen… #47
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: autologin_linux | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
on: | |
pull_request: | |
paths: | |
- ".github/workflows/autologin_linux.yaml" | |
- "autologin_linux/**" | |
push: | |
paths: | |
- ".github/workflows/autologin_linux.yaml" | |
- "autologin_linux/**" | |
jobs: | |
build: | |
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1 | |
with: | |
flutter_channel: stable | |
flutter_version: 3.13.2 | |
working_directory: autologin_linux | |
format_line_length: 120 |