Skip to content

Implement get_sensor_info() for drivers and refactor to reduce redundancy #48

Implement get_sensor_info() for drivers and refactor to reduce redundancy

Implement get_sensor_info() for drivers and refactor to reduce redundancy #48

Workflow file for this run

name: PR TODO checks
on: pull_request
jobs:
fixmes:
name: New FIXMEs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check for FIXMEs
uses: luator/github_action_check_new_todos@v2
with:
label: FIXME
base_ref: origin/${{ github.base_ref }}
todos:
name: New TODOs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check for TODOs
uses: luator/github_action_check_new_todos@v2
with:
label: TODO
base_ref: origin/${{ github.base_ref }}