Skip to content

Commit e7063e7

Browse files
authored
chore: add the ability to run from generic runner
1 parent 2834238 commit e7063e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

noxfile.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,7 @@ def bump(session: nox.Session) -> None:
122122
session.log(
123123
'Complete! Now run: gh pr create --fill --body "Created by running `nox -s bump -- --commit`"'
124124
)
125+
126+
127+
if __name__ == "__main__":
128+
nox.main()

0 commit comments

Comments
 (0)