github-actions-analyze-dart
github-actions-analyze-dart copied to clipboard
Add 'ignore-suffixes' option to input
dart format command doesn't provide an option to filter handling files (see here). So i just simply added an option to perform a basic matching of changed filename suffixes. Files similar to g.dart will be ignored with format warning.
resolved #40