aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/prek.yml
Commit message (Collapse)AuthorAgeFilesLines
* ci(curseforge): add curseforge api key苏向夜2026-02-231-0/+4
|
* chore(ci): bump versions of actions苏向夜2026-01-181-4/+4
|
* chore: simplify GitHub Actions workflow by removing unnecessary auto-fix optionHsiangNianian2026-01-161-3/+1
| | | | Updated the GitHub Actions workflow to remove the 'all_files' option from the prek action, streamlining the process and ensuring that the action runs without additional parameters. This change enhances clarity and maintains the workflow's efficiency.
* chore: enhance GitHub Actions workflow to check for changes before ↵HsiangNianian2026-01-161-1/+11
| | | | | | committing fixes Updated the GitHub Actions workflow to include a step that checks for changes before committing auto-fixes. This ensures that commits are only made when there are actual changes, improving the efficiency of the workflow.
* chore: refine prek workflow by removing skip ci commentHsiangNianian2026-01-161-2/+1
| | | | Removed the commented line that instructed to skip the CI process based on commit messages, streamlining the workflow configuration for clarity and maintainability.
* chore: enhance prek workflow with Rust installation and system dependenciesHsiangNianian2026-01-161-0/+16
| | | | Added steps to the GitHub Actions workflow for installing Rust and necessary system dependencies on Linux, improving the environment setup for the prek auto-fix action.
* chore: update prek workflow bot user detailsHsiangNianian2026-01-161-2/+2
| | | | Changed the commit user name and email for the prek auto-fix action in the GitHub Actions workflow to reflect the new bot identity, enhancing clarity in commit history.
* chore: enhance prek workflow to support auto-fixing and commit changesHsiangNianian2026-01-161-6/+21
| | | | Updated the GitHub Actions workflow to enable automatic fixes for issues detected by the prek action. Added a conditional step to commit changes made by prek, improving the CI process by ensuring that fixes are applied directly to the repository.
* chore: update pre-commit configuration and remove unnecessary dependenciesHsiangNianian2026-01-161-0/+22
Modified the .pre-commit-config.yaml to include additional hooks and reorganized the repository structure. Updated pyproject.toml to remove the pre-commit dependency, streamlining the project configuration.