Skip to content

Commit

Permalink
validate headers in bin and test (#3511)
Browse files Browse the repository at this point in the history
  • Loading branch information
pq committed Jul 12, 2022
1 parent d61b04c commit ad89606
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/validate_headers_test.dart
Expand Up @@ -8,9 +8,15 @@ import 'package:test/test.dart';

void main() {
group('check for copyright headers', () {
test('... in bin', () async {
await validate('bin');
});
test('... in lib', () async {
await validate('lib');
});
test('... in test', () async {
await validate('test');
});
test('... in tool', () async {
await validate('tool');
});
Expand Down

0 comments on commit ad89606

Please sign in to comment.