Skip to content

5.8 to master update #1216

5.8 to master update

5.8 to master update #1216

Workflow file for this run

---
name: CI/CD
on: [push, pull_request]
jobs:
build:
name: Validate
runs-on: ubuntu-latest
container: python:3.7-slim
steps:
- name: Checkout master
uses: actions/[email protected]
- name: Install lxml
run: python -m pip install lxml==4.6.5
- name:
run: python scripts/check_material_profiles.py