From 6b9ec8f321d459001e4af606fc16d97206189877 Mon Sep 17 00:00:00 2001 From: kitsuyui Date: Tue, 5 May 2026 10:34:41 +0900 Subject: [PATCH] Use reusable GitHub Actions workflows --- .github/workflows/gitignore-in.yml | 7 +------ .github/workflows/spellcheck.yml | 10 +--------- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/.github/workflows/gitignore-in.yml b/.github/workflows/gitignore-in.yml index 67751be..aeece5f 100644 --- a/.github/workflows/gitignore-in.yml +++ b/.github/workflows/gitignore-in.yml @@ -1,16 +1,11 @@ name: Update gitignore file - on: schedule: # daily at 00:00 - cron: '0 0 * * *' - permissions: contents: write pull-requests: write - jobs: update-gitignore: - runs-on: ubuntu-latest - steps: - - uses: gitignore-in/gh-action@v0.2.3 + uses: kitsuyui/gh-actions-workflows/.github/workflows/gitignore-in.yml@main diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index 3636f73..1161638 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -5,12 +5,4 @@ permissions: contents: read jobs: check: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v6 - - - name: Check spelling - uses: crate-ci/typos@master - # typos is a Source code spell checker - # https://github.com/crate-ci/typos + uses: kitsuyui/gh-actions-workflows/.github/workflows/spellcheck.yml@main