Skip to content

[code-generator] 自動生成コードの @note に,生成元DBのコミットハッシュと生成パラメータを出力する #1040

[code-generator] 自動生成コードの @note に,生成元DBのコミットハッシュと生成パラメータを出力する

[code-generator] 自動生成コードの @note に,生成元DBのコミットハッシュと生成パラメータを出力する #1040

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/[email protected]
- uses: actions/setup-python@v4
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