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