From bce555cf1a9bec4f005059f2c202397a6c7f9554 Mon Sep 17 00:00:00 2001 From: Axmin Shrestha <56112475+ax-sh@users.noreply.github.com> Date: Sun, 20 Oct 2024 17:57:28 +0545 Subject: [PATCH] ci: update checkout action to use main branch --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24de5de..07042bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,14 +4,13 @@ on: pull_request #on: [pull_request, push] jobs: - name: Spelling - on: [pull_request] spelling: name: Spell Check with Typos runs-on: ubuntu-latest steps: - name: Checkout Actions Repository - uses: actions/checkout@v4 +# uses: actions/checkout@v4 + uses: actions/checkout@main - name: Spell Check Repo uses: crate-ci/typos@master # typos: