This charger is loose #443
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Validate Inventory | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Set up Python 3.9 | |
uses: actions/setup-python@v4 | |
with: | |
python-version: '3.9' | |
- name: Install SR tools | |
# Pin to the tip of main @ 2023-09-19 | |
run: | | |
pip install git+https://github.com/srobo/tools.git@c97cea716311004129bdbf3651712ba3e970c1ff | |
- name: Validate inventory | |
run: sr inv-validate |