Skip to content

Commit bb61b49

Browse files
committed
Re-enable linting
1 parent 01c774b commit bb61b49

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/linter.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ name: Lint Code Base
1313
#############################
1414
# Start the job on all push #
1515
#############################
16-
# on:
17-
# pull_request:
18-
# branches: [main]
19-
on: workflow_dispatch
16+
on:
17+
pull_request:
18+
branches: [main]
2019

2120
###############
2221
# Set the Job #

0 commit comments

Comments
 (0)