From d5d4425fe06a26ad2c061d8fc9fc297ce0a12a64 Mon Sep 17 00:00:00 2001 From: Gerry Agbobada Date: Sat, 21 Sep 2024 22:14:19 +0200 Subject: [PATCH] fix: use strict yaml syntax The dot notation does not seem to be supported at least Ref: https://github.com/gagbo/emacs-doom-themes/actions/runs/10974765618 --- .github/workflows/lint-commits.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-commits.yml b/.github/workflows/lint-commits.yml index 436a4d0..cc03933 100644 --- a/.github/workflows/lint-commits.yml +++ b/.github/workflows/lint-commits.yml @@ -6,13 +6,15 @@ jobs: runs-on: ubuntu-latest steps: - uses: styfle/cancel-workflow-action@0.9.1 - with.access_token: ${{ github.token }} + with: + access_token: ${{ github.token }} - name: Set up Doom Emacs CI uses: doomemacs/ci@legacy - uses: actions/checkout@v3.0.2 - with.fetch-depth: 0 + with: + fetch-depth: 0 - name: Run commit linter env: