Skip to content

Commit

Permalink
Fix GitHub actions workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitronx committed Aug 10, 2023
1 parent 97f141d commit 2192764
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- uses: pre-commit/[email protected]
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ Documentation = "https://github.com/LyraPhase/waybar-check-gmail"
Repository = "https://github.com/LyraPhase/waybar-check-gmail.git"
Changelog = "https://github.com/LyraPhase/waybar-check-gmail/blob/master/CHANGELOG.md"

[project.scripts]
waybar-check-gmail-cli = "waybar-check-gmail:main_cli"
#[project.scripts]
#waybar-check-gmail-cli = "waybar_check_gmail:main_cli"

#[project.gui-scripts]
#waybar-check-gmail-gui = "waybar_check_gmail:main_gui"

[project.gui-scripts]
waybar-check-gmail-gui = "waybar-check-gmail:main_gui"


[tool.isort]
Expand Down

0 comments on commit 2192764

Please sign in to comment.