Skip to content

Commit 80285f5

Browse files
docs: Add version to readme instructions (#6)
chore: update gitignore to remove unneeded files
1 parent b191523 commit 80285f5

40 files changed

+7
-1205
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,3 +164,5 @@ migrate_working_dir/
164164
build/
165165

166166

167+
168+
**/docs/addver

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This action is designed to format and test Flutter repositories on pull requests
66

77
Follow the instructions below to integrate this action into your workflow.
88

9+
<!-- x-release-please-start-version -->
10+
911
```yml
1012
name: Pull Request
1113
on:
@@ -19,12 +21,14 @@ jobs:
1921
- uses: actions/checkout@v4
2022
# Set up Flutter within the action
2123
- uses: subosito/flutter-action@v2
22-
- uses: ZebraDevs/flutter-code-quality@main
24+
- uses: ZebraDevs/flutter-code-quality@v1.0.0
2325
with:
2426
# Token used for authentication.
2527
token: ${{secrets.GITHUB_TOKEN}}
2628
```
2729
30+
<!-- x-release-please-end -->
31+
2832
## Contributing
2933
3034
This project welcomes contributions. Pleae check out our [Contributing guide](CONTRIBUTING.md) to learn more on how to get started.

tests/fail_repo/.dart_tool/dartpad/web_plugin_registrant.dart

Lines changed: 0 additions & 8 deletions
This file was deleted.

tests/fail_repo/.dart_tool/extension_discovery/README.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

tests/fail_repo/.dart_tool/extension_discovery/vs_code.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/fail_repo/.dart_tool/package_config.json

Lines changed: 0 additions & 167 deletions
This file was deleted.

tests/fail_repo/.dart_tool/package_config_subset

Lines changed: 0 additions & 105 deletions
This file was deleted.

tests/fail_repo/.dart_tool/version

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/fail_repo/.idea/libraries/Dart_SDK.xml

Lines changed: 0 additions & 19 deletions
This file was deleted.

tests/fail_repo/.idea/libraries/KotlinJavaRuntime.xml

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)