Hiroshi Miura
f904a0d231
chore(ci): remove reviewdog and streamline linter workflows
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2025-12-14 11:47:55 +09:00
Hiroshi Miura
04772e0043
fix(linter): correct reviewdog runner parameter from flake8 to check
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2025-12-14 11:24:16 +09:00
xavier2k6
80dc75ddd1
chore: Bump numerous action revisions
...
* Bump `actions/checkout` to `v6`.
* Bump `actions/setup-python` to `v6`.
* Bump `actions/setup-java` to `v5`.
* Bump `codeql-action/init` to `v4`.
* Bump `codeql-action/analyze` to `v4`.
* Bump `actions/upload-artifact` to `v5`.
* Bump `actions/download-artifact` to `v6`.
* Bump `reviewdog/action-setup` to `v1.5.0`.
* Bump `svenstaro/upload-release-action` to `v2.11.3`.
2025-12-05 13:07:04 +00:00
Hiroshi Miura
8c17e5cfb4
Use reviewdog GitHub Action for setup in linter workflow.
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2025-07-29 15:16:46 +09:00
xavier2k6
44393832f3
Explicitly use python 3.13 ( #891 )
...
Check tox tests / Check packaging 📦 (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Publish Python 🐍 distributions 📦 to PyPI / Build package (push) Has been cancelled
Test on GH actions environment / test (binary, windows-latest, 3.13, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.13, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.13, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.13, 6.8.0) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.13, 6.8.1) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.13, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.13, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.13, 6.7.3) (push) Has been cancelled
Publish Python 🐍 distributions 📦 to PyPI / publish Python 🐍 distributions 📦 to PyPI (push) Has been cancelled
Co-authored-by: Hiroshi Miura <miurahr@linux.com >
2025-03-16 22:05:41 +09:00
Hiroshi Miura
1f1d9562c9
chore: give pr permission for reviewdog ( #862 )
...
* chore: give pr permission for reviewdog
- Run linter the PR is against master branch
- Run linter when pull-request triggered
- Allow review dog to put review comment on PR
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
* chore: wip
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
* chore: github actions jobs permissions
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
* chore: ci: drop pylint from linter action
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
---------
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2024-12-19 14:54:19 +09:00
Hiroshi Miura
82385435c4
chore: drop lfs configuration
...
Check tox tests, lint and types / Check packaging 📦 (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Publish Python 🐍 distributions 📦 to PyPI / Build and publish Python 🐍 distributions 📦 to PyPI (push) Waiting to run
Test on GH actions environment / test (binary, windows-latest, 3.12, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.5.3) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.0) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.1) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.5.3) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.7.3) (push) Waiting to run
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2024-12-19 12:29:49 +09:00
Hiroshi Miura
7cb9dbc4b3
chore: add pylint configration on pyproject.toml
...
and drop CI check with pylint
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2024-12-19 09:42:00 +09:00
Hiroshi Miura
fa497729dd
chore/ci: setup reviewdog ( #835 )
...
Check tox tests, lint and types / Check packaging 📦 (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Publish Python 🐍 distributions 📦 to PyPI / Build and publish Python 🐍 distributions 📦 to PyPI (push) Waiting to run
Test on GH actions environment / test (binary, windows-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.0) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.1) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.7.3) (push) Has been cancelled
* chore/ci: setup reviewdog
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
* chore/ci: apply reviewdog to mypy and check
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
* chore/ci: set REVIEWDOG_GITHUB_API_TOKEN
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
* chore/ci: use --fail-level=error for reviewdog
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
* chore/ci: update tox config
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
* chore: update lint checks with reviewdog
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
* chore: checkout with lfs
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
* chore: fix missing file
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
* chore: remove unused token
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
* chore: install linter
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
---------
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2024-12-17 21:46:25 +09:00