Skip to content

build: upgraded julia to 1.10 and added multi-arch support (#44) #53

build: upgraded julia to 1.10 and added multi-arch support (#44)

build: upgraded julia to 1.10 and added multi-arch support (#44) #53

Workflow file for this run

---
# Lint and Format files.
# Linting YAML/YML
name: Lint & Format
on: # yamllint disable-line rule:truthy
workflow_call:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
lintDocker:
name: Lint Docker Files
uses: ./.github/workflows/lint-docker.yaml