From 298d9b4b77d7e99562f224a0a08327fa47cd93d2 Mon Sep 17 00:00:00 2001 From: Chris Grieser <73286100+chrisgrieser@users.noreply.github.com> Date: Sat, 1 Jun 2024 16:35:58 +0200 Subject: [PATCH] ci: new stylua action that only running on push --- .github/pull_request_template.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 97f38cd..3c4364a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,4 +2,3 @@ - [ ] Used only camelCase variable names. - [ ] If functionality is added or modified, also made respective changes to the `README.md` (the `.txt` file is auto-generated and does not need to be modified). -- [ ] If a non-trivial PR, formatting via `stylua`.