Skip to content

alpine-ros/alpine-ros-ci-workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alpine-ros/alpine-ros-ci-workflows

GitHub Action workflow to test ROS package using Alpine ROS

Usage

name: ci
on:
  pull_request:
  push:
    branches:
      - main

permissions:
  contents: read        # Checkout the source code
  packages: read        # Pull Alpine ROS builder image
  issues: write         # Post/Hide bot comment
  pull-requests: write  # Post/Hide bot comment

jobs:
  test:
    uses: alpine-ros/alpine-ros-ci-workflows/.github/workflows/ros1.yaml@main
    with:
      enable-bot-comment: true
    secrets:
      bot-comment-token: ${{ secrets.GITHUB_TOKEN }}

About

GitHub Action to test ROS 1 package using Alpine ROS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •