From 470aedbdfb9ecbc604cd17401354f4a064f2795d Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Fri, 27 Oct 2023 21:58:37 -0400 Subject: [PATCH] fixed workflow file --- .forgejo/workflows/csslint.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/csslint.yaml b/.forgejo/workflows/csslint.yaml index c0b9f72..ab7d09d 100644 --- a/.forgejo/workflows/csslint.yaml +++ b/.forgejo/workflows/csslint.yaml @@ -1,7 +1,5 @@ name: Lint CSS - -on: - push +on: [push] jobs: lint: @@ -10,4 +8,4 @@ jobs: - name: Checkout Repository uses: actions/checkout@v3 - name: Lint CSS - uses: https://github.com/marketplace/actions/stylelinter@master + uses: actions/stylelinter@master