Merge pull request #35 from jftsang/docx-template-updates #128
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build:
file:///github/workspace/utils.py#L38
AST100: Asserts should only be used in tests. Asserts are typically bypassed in a production environment. Found in 'assert 'number' in df.columns'.
|
build:
file:///github/workspace/utils.py#L39
AST100: Asserts should only be used in tests. Asserts are typically bypassed in a production environment. Found in 'assert 'firstLine' in df.columns'.
|
build:
file:///github/workspace/models.py#L109
AST100: Asserts should only be used in tests. Asserts are typically bypassed in a production environment. Found in 'assert not (self.coeaster is not None and self.coadvent is not None)'.
|
build:
file:///github/workspace/models.py#L196
AST100: Asserts should only be used in tests. Asserts are typically bypassed in a production environment. Found in 'assert m is not None'.
|
build:
file:///github/workspace/models.py#L228
AST100: Asserts should only be used in tests. Asserts are typically bypassed in a production environment. Found in 'assert self.ref is not None'.
|
build:
file:///github/workspace/models.py#L356
AST100: Asserts should only be used in tests. Asserts are typically bypassed in a production environment. Found in 'assert self.primary_feast.gat is not None'.
|
build:
file:///github/workspace/models.py#L363
AST100: Asserts should only be used in tests. Asserts are typically bypassed in a production environment. Found in 'assert self.primary_feast.gradual is not None'.
|
build:
file:///github/workspace/models.py#L366
AST100: Asserts should only be used in tests. Asserts are typically bypassed in a production environment. Found in 'assert self.primary_feast.alleluia is not None'.
|
build:
file:///github/workspace/models.py#L369
AST100: Asserts should only be used in tests. Asserts are typically bypassed in a production environment. Found in 'assert self.primary_feast.tract is not None'.
|