Skip to content

Add option to create virtual production meter #20

Add option to create virtual production meter

Add option to create virtual production meter #20

Workflow file for this run

name: Continuous Integration
on:
push:
branches: [main]
pull_request:
branches: [main]
# allow workflow to be triggered manually
workflow_dispatch:
jobs:
#########################################################################
pre-commit:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run pre-commit
uses: pre-commit/[email protected]
env:
SKIP: no-commit-to-branch