Skip to content

Switched to using the statsmodels array api #899

Switched to using the statsmodels array api

Switched to using the statsmodels array api #899

Workflow file for this run

name: Linting and formatting
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
build:
name: MegaLinter
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: MegaLinter
id: ml
uses: oxsecurity/megalinter/flavors/python@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For detailed check status
- name: Archive production artifacts
if: ${{ success() }} || ${{ failure() }}

Check warning on line 27 in .github/workflows/lint-format.yaml

View workflow run for this annotation

GitHub Actions / Linting and formatting

Workflow syntax warning

.github/workflows/lint-format.yaml (Line: 27, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
uses: actions/upload-artifact@v4
with:
name: MegaLinter reports
path: |
megalinter-reports
mega-linter.log