Skip to content

Commit 07ebd15

Browse files
authored
[package:mime] generate a markdown table of the current mime mappings (#2038)
1 parent 920fdb6 commit 07ebd15

File tree

3 files changed

+849
-0
lines changed

3 files changed

+849
-0
lines changed

.github/workflows/mime.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,7 @@ jobs:
4444

4545
- name: Run tests
4646
run: dart test
47+
48+
- name: "Re run 'dart tool/media_types.dart' to update doc/media_types.md"
49+
run: dart tool/media_types.dart
50+
- run: git diff --exit-code

0 commit comments

Comments
 (0)