Skip to content

embedded-studio: auto updated to 8.18-2 #2581

embedded-studio: auto updated to 8.18-2

embedded-studio: auto updated to 8.18-2 #2581

Workflow file for this run

name: Packaging consistency check
on: [push, pull_request]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Install dependencies
run: pip install PyYAML jsonschema
- name: Run test
run: ./pre-commit --all