Skip to content

Component Driver を統一的に c2a-core で扱えるようにし,CDS の tlm と,テレメ不通関連 Cmd を追加 #1299

Component Driver を統一的に c2a-core で扱えるようにし,CDS の tlm と,テレメ不通関連 Cmd を追加

Component Driver を統一的に c2a-core で扱えるようにし,CDS の tlm と,テレメ不通関連 Cmd を追加 #1299

Workflow file for this run

name: check_encoding
on:
push:
branches:
- main
- develop
pull_request:
jobs:
check_encoding:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-python@v5.0.0
with:
python-version-file: .github/workflows/.python-version
architecture: 'x64'
- run: pip install chardet
- name: check_encoding
run: python ./check_encoding.py ./check_encoding.json
working-directory: ./script/ci