Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,5 @@ migrate_working_dir/
build/



**/docs/addver
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This action is designed to format and test Flutter repositories on pull requests

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

<!-- x-release-please-start-version -->

```yml
name: Pull Request
on:
Expand All @@ -19,12 +21,14 @@ jobs:
- uses: actions/checkout@v4
# Set up Flutter within the action
- uses: subosito/flutter-action@v2
- uses: ZebraDevs/flutter-code-quality@main
- uses: ZebraDevs/flutter-code-quality@v1.0.0
with:
# Token used for authentication.
token: ${{secrets.GITHUB_TOKEN}}
```

<!-- x-release-please-end -->

## Contributing

This project welcomes contributions. Pleae check out our [Contributing guide](CONTRIBUTING.md) to learn more on how to get started.
Expand Down

This file was deleted.

31 changes: 0 additions & 31 deletions tests/fail_repo/.dart_tool/extension_discovery/README.md

This file was deleted.

This file was deleted.

167 changes: 0 additions & 167 deletions tests/fail_repo/.dart_tool/package_config.json

This file was deleted.

105 changes: 0 additions & 105 deletions tests/fail_repo/.dart_tool/package_config_subset

This file was deleted.

1 change: 0 additions & 1 deletion tests/fail_repo/.dart_tool/version

This file was deleted.

19 changes: 0 additions & 19 deletions tests/fail_repo/.idea/libraries/Dart_SDK.xml

This file was deleted.

15 changes: 0 additions & 15 deletions tests/fail_repo/.idea/libraries/KotlinJavaRuntime.xml

This file was deleted.

9 changes: 0 additions & 9 deletions tests/fail_repo/.idea/modules.xml

This file was deleted.

Loading