Skip to content

DM-45719: Add github action to build arm64 as well as x86 #5

DM-45719: Add github action to build arm64 as well as x86

DM-45719: Add github action to build arm64 as well as x86 #5

Workflow file for this run

---
name: Lint Markdown Files
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Run linter
uses: actionshub/markdownlint@main