Skip to content

Write z interval metadata for correct display in Zen 2d viewer / dimension slider #100

Write z interval metadata for correct display in Zen 2d viewer / dimension slider

Write z interval metadata for correct display in Zen 2d viewer / dimension slider #100

Workflow file for this run

---
# MegaLinter GitHub Action configuration file
# More info at https://megalinter.io
name: MegaLinter
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
workflow_dispatch:
permissions: read-all
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@v4
# MegaLinter
- name: MegaLinter
id: ml
# You can override MegaLinter flavor used to have faster performances
# More info at https://megalinter.io/flavors/
uses: oxsecurity/megalinter/flavors/dotnet@v6
env:
# All available variables are described in documentation
# https://megalinter.io/configuration/
VALIDATE_ALL_CODEBASE: true
# Upload MegaLinter artifacts
- name: Archive production artifacts
if: ${{success()}} || ${{failure()}}
uses: actions/upload-artifact@v4
with:
name: MegaLinter reports
path: |
megalinter-reports
mega-linter.log