Skip to content

use class_list_macros.hpp instead of deprecated .h (#149) #125

use class_list_macros.hpp instead of deprecated .h (#149)

use class_list_macros.hpp instead of deprecated .h (#149) #125

Workflow file for this run

name: Black formatting
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
src: "spot_driver/src spot_driver/scripts"