File tree 4 files changed +8
-3
lines changed
4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
- # GitHub Action Workflow enforcing our code style.
1
+ # GitHub Action workflow enforcing our code style.
2
2
3
3
name : Lint
4
4
9
9
branches :
10
10
- main
11
11
pull_request :
12
+
12
13
# Brand new concurrency setting! This ensures that not more than one run can be triggered for the same commit.
13
14
# It is useful for pull requests coming from the main repository since both triggers will match.
14
15
concurrency : lint-${{ github.sha }}
Original file line number Diff line number Diff line change 1
- # # Pre-commit setup
1
+ # Pre-commit configuration.
2
2
# See https://github.com/python-discord/code-jam-template/tree/main#pre-commit-run-linting-before-committing
3
3
4
4
repos :
Original file line number Diff line number Diff line change
1
+ # Sample Pipfile.
2
+
1
3
[[source ]]
2
4
url = " https://pypi.org/simple"
3
5
verify_ssl = true
Original file line number Diff line number Diff line change
1
+ # Sample poetry configuration.
2
+
1
3
[tool .poetry ]
2
4
name = " Name"
3
5
version = " 0.1.0"
4
- description = " "
6
+ description = " Description "
5
7
authors = [" Author 1 <email@mail.com>" ]
6
8
license = " MIT"
7
9
You can’t perform that action at this time.
0 commit comments