Skip to content

chore(state-manager): update state manager python version & update dependencies #1623

chore(state-manager): update state manager python version & update dependencies

chore(state-manager): update state manager python version & update dependencies #1623

Workflow file for this run

name: "Eeprom build/test"
on:
pull_request:
paths:
- "eeprom/**"
- "i2c/**"
- "include/i2c/**"
- "include/eeprom/**"
- "common/**"
- "include/common/**"
- "common/**"
- "include/can/**"
- "cmake/*"
- "!cmake/Arduino*"
- "CMakeLists.txt"
- "CMakePresets.json"
- ".clang-format"
- ".clang-tidy"
push:
paths:
- "eeprom/**"
- "i2c/**"
- "include/i2c/**"
- "include/eeprom/**"
- "common/**"
- "include/common/**"
- "common/**"
- "include/can/**"
- "cmake/*"
- "!cmake/Arduino*"
- "CMakeLists.txt"
- "CMakePresets.json"
- ".clang-format"
- ".clang-tidy"
- ".github/workflows/eeprom.yaml"
branches:
- "*"
tags:
- "eeprom@*"
workflow_dispatch:
jobs:
run-non-executable-workflow:
uses: ./.github/workflows/non-executable-workflow.yaml
with:
target: eeprom
secrets: inherit