Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/static_code_analysis.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Workflow for openrtm-aist-python static code analysis
name: OpenRTM-aist-Python SAST
on: [push, pull_request]
jobs:
build:
Expand Down
1 change: 0 additions & 1 deletion README.jp.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
これは OpenRTM-aist-Python のリリースバージョン 2.0.0 です。
OpenRTM-aist-Python はデュアルライセンスのオープンソースのRTミドルウエアです。

OpenRTM の設定、ビルド、インストールおよび RTコンポーネントの作成を行う前に、
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
This is a release of OpenRTM-aist-Python-2.0.0, dual-license open source RT-Middleware.
[![Static Code Analysis](https://github.com/OpenRTM/OpenRTM-aist-Python/actions/workflows/static_code_analysis.yaml/badge.svg)](https://github.com/OpenRTM/OpenRTM-aist-Python/actions/workflows/static_code_analysis.yaml)

OpenRTM-aist-Python is a dual-licensed, open-source RT middleware.

Carefully read the following files before you configure, build, install
OpenRTM and develop RT-Components.
Expand Down
Loading