Merge pull request #313 from Ultimaker/5.8tomain #1217
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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 |