Skip to content

Commit 02bde74

Browse files
authored
added github actions on PR (#178)
* added github actions on PR * fixed linter issue
1 parent 192f5f3 commit 02bde74

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/linter.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: CI
33
on:
44
push:
55
branches: '**'
6+
pull_request:
7+
branches: '**'
68

79
jobs:
810
ci:

fastapi_mail/schemas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from typing import Dict, List, Optional, Union
55

66
from pydantic import BaseModel, EmailStr, validator
7-
from starlette.datastructures import UploadFile, Headers
7+
from starlette.datastructures import Headers, UploadFile
88

99
from fastapi_mail.errors import WrongFile
1010

0 commit comments

Comments
 (0)