Skip to content

Added support for elasticlib in python #1

Added support for elasticlib in python

Added support for elasticlib in python #1

Workflow file for this run

name: ElasticLib - CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
wpiformat-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install wpiformat
run: |
pip install wpiformat
- name: Run wpiformat
run: |
wpiformat .
- name: Check for uncommitted changes
run: |
git diff --exit-code