-
-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Fedele Mantuano
committed
Mar 19, 2024
1 parent
36776c8
commit 09f3ba4
Showing
3 changed files
with
9 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,7 @@ jobs: | |
sudo cpan -f -i Email::Outlook::Message | ||
- name: Run pre-commit | ||
if: matrix.python-version == '3.10' | ||
run: | | ||
make pre-commit | ||
|
@@ -44,11 +45,13 @@ jobs: | |
cat tests/mails/mail_malformed_3 | mail-parser -k -j | ||
- name: Report to Coveralls | ||
if: matrix.python-version == '3.10' | ||
uses: coverallsapp/[email protected] | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Build | ||
if: matrix.python-version == '3.10' | ||
run: | | ||
python -m build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters