diff --git a/.github/workflows/merge.yaml b/.github/workflows/merge.yaml index 4cac86e..9150da9 100644 --- a/.github/workflows/merge.yaml +++ b/.github/workflows/merge.yaml @@ -59,7 +59,7 @@ github.event.pull_request.user.login == 'pre-commit-ci[bot]' runs-on: ubuntu-latest steps: - - name: Enable auto-merge (squash) + - name: Enable Auto-Merge (Squash) run: gh pr merge ${{ github.event.pull_request.html_url }} --auto --squash env: GH_TOKEN: ${{ github.token }} diff --git a/.github/workflows/template.yaml b/.github/workflows/template.yaml index d258c31..a035c68 100644 --- a/.github/workflows/template.yaml +++ b/.github/workflows/template.yaml @@ -20,7 +20,7 @@ uses: actions/checkout@v4 with: token: ${{ secrets.GH_TOKEN }} - - name: Sync with template repository + - name: Sync with Template Repository uses: liblaf/template@main with: push: true diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0e2821b..ef93bc0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -127,3 +127,10 @@ types: - rust pass_filenames: false + - id: cargo-test + name: cargo test + entry: cargo test + language: rust + types: + - rust + pass_filenames: false