Skip to content

DAFNI Workflow Enhancements #604

DAFNI Workflow Enhancements

DAFNI Workflow Enhancements #604

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() }}
uses: actions/upload-artifact@v3
with:
name: MegaLinter reports
path: |
megalinter-reports
mega-linter.log