Skip to content

Add ProcedureObjectName and ProcedureObjectValue to OsConfig Schema #28

Add ProcedureObjectName and ProcedureObjectValue to OsConfig Schema

Add ProcedureObjectName and ProcedureObjectValue to OsConfig Schema #28

Workflow file for this run

name: Code Formatting
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install pre-commit
run: pip install pre-commit
- name: Run pre-commit
run: pre-commit run --all-files