From 0eed1030e1ce5b00048924edc18d1da722c822c6 Mon Sep 17 00:00:00 2001 From: Chris Grieser <73286100+chrisgrieser@users.noreply.github.com> Date: Sat, 1 Jun 2024 17:13:06 +0200 Subject: [PATCH] style: lint yaml files --- .github/workflows/stylua.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stylua.yml b/.github/workflows/stylua.yml index 2fe11eb..a375662 100644 --- a/.github/workflows/stylua.yml +++ b/.github/workflows/stylua.yml @@ -2,8 +2,11 @@ name: Format with Stylua on: push: - branches: [ main ] - paths: [ '**.lua' ] + branches: [main] + paths: ["**.lua"] + +permissions: + contents: write jobs: postprocessing: