Skip to content

Update to aas-core-meta, codegen, testgen f9cbdb3, b14237b2, 5a705a0b… #56

Update to aas-core-meta, codegen, testgen f9cbdb3, b14237b2, 5a705a0b…

Update to aas-core-meta, codegen, testgen f9cbdb3, b14237b2, 5a705a0b… #56

name: CI-for-dev-scripts
on:
push:
branches: [ master, main ]
tags: [ "**" ]
paths:
- _dev_scripts/**
pull_request:
branches: [ "**" ]
paths:
- _dev_scripts/**
jobs:
Execute-continuous-integration:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8']
steps:
- uses: actions/checkout@master
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip3 install -e _dev_scripts[dev]
- name: Run checks
run: |
python3 _dev_scripts/continuous_integration_of_dev_scripts/precommit.py