Skip to content

DM-45728: Update github action to build for arm64 #4

DM-45728: Update github action to build for arm64

DM-45728: Update github action to build for arm64 #4

Workflow file for this run

---
name: Lint YAML Files
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.12
- name: Install
run: pip install yamllint
- name: Run linter
run: yamllint .