Skip to content

Commit

Permalink
added github actions on PR (#178)
Browse files Browse the repository at this point in the history
* added github actions on PR

* fixed linter issue
  • Loading branch information
sabuhish authored Feb 25, 2023
1 parent 192f5f3 commit 02bde74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: CI
on:
push:
branches: '**'
pull_request:
branches: '**'

jobs:
ci:
Expand Down
2 changes: 1 addition & 1 deletion fastapi_mail/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from typing import Dict, List, Optional, Union

from pydantic import BaseModel, EmailStr, validator
from starlette.datastructures import UploadFile, Headers
from starlette.datastructures import Headers, UploadFile

from fastapi_mail.errors import WrongFile

Expand Down

0 comments on commit 02bde74

Please sign in to comment.