Skip to content

Commit

Permalink
Fixes for merging mime
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Aug 26, 2024
1 parent 948fe28 commit e40be87
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 72 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,22 @@ on:
# “At 00:00 (UTC) on Sunday.”
- cron: '0 0 * * 0'
push:
branches: [ master ]
branches: [ main ]
paths:
- '.github/workflows/mime.yml'
- 'pkgs/mime/**'
pull_request:
branches: [ master ]
branches: [ main ]
paths:
- '.github/workflows/mime.yml'
- 'pkgs/mime/**'

jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: pkgs/mime/

strategy:
matrix:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ don't naturally belong to other topic monorepos (like
| [unified_analytics](pkgs/unified_analytics/) | A package for logging analytics for all Dart and Flutter related tooling to Google Analytics. | [![pub package](https://img.shields.io/pub/v/unified_analytics.svg)](https://pub.dev/packages/unified_analytics) |
| [source_map_stack_trace](pkgs/source_map_stack_trace/) | A package for applying source maps to stack traces. | [![pub package](https://img.shields.io/pub/v/source_map_stack_trace.svg)](https://pub.dev/packages/source_map_stack_trace) |
| [oauth2](pkgs/oauth2/) | A client library for authenticatingand making requests via OAuth2. | [![pub package](https://img.shields.io/pub/v/oauth2.svg)](https://pub.dev/packages/oauth2) |
| [mime](pkgs/mime/) | Utilities for handling media (MIME) types. | [![pub package](https://img.shields.io/pub/v/mime.svg)](https://pub.dev/packages/mime) |

## Publishing automation

Expand Down
14 changes: 0 additions & 14 deletions pkgs/mime/.github/dependabot.yaml

This file was deleted.

37 changes: 0 additions & 37 deletions pkgs/mime/.github/workflows/no-response.yml

This file was deleted.

17 changes: 0 additions & 17 deletions pkgs/mime/.github/workflows/publish.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion pkgs/mime/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://github.com/dart-lang/mime/workflows/Dart%20CI/badge.svg)](https://github.com/dart-lang/mime/actions?query=workflow%3A"Dart+CI"+branch%3Amaster)
[![Build Status](https://github.com/dart-lang/tools/actions/workflows/mime.yml/badge.svg)](https://github.com/dart-lang/tools/actions/workflows/mime.yml)
[![Pub Package](https://img.shields.io/pub/v/mime.svg)](https://pub.dev/packages/mime)
[![package publisher](https://img.shields.io/pub/publisher/mime.svg)](https://pub.dev/packages/mime/publisher)

Expand Down
2 changes: 1 addition & 1 deletion pkgs/mime/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 1.0.6-wip
description: >-
Utilities for handling media (MIME) types, including determining a type from
a file extension and file contents.
repository: https://github.com/dart-lang/mime
repository: https://github.com/dart-lang/tools/tree/main/pkgs/mime
topics:
- magic-numbers
- mime
Expand Down

0 comments on commit e40be87

Please sign in to comment.