Update README.md #175
Annotations
12 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 following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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#L44
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#L45
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#L357
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#L364
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#L367
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#L370
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'.
|