Skip to content

Ad CI to ament_lint_hooks #1

Ad CI to ament_lint_hooks

Ad CI to ament_lint_hooks #1

Workflow file for this run

# Insipired in https://github.com/pre-commit/action/blob/main/.github/workflows/main.yml
on:
push:
branches:
- main
- master
pull_request:
workflow_dispatch:
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: self test action
uses: ./