From f8ec2601e135406221c99b0071bd74e952440727 Mon Sep 17 00:00:00 2001 From: Chris Grieser <73286100+chrisgrieser@users.noreply.github.com> Date: Sat, 1 Jun 2024 16:24:16 +0200 Subject: [PATCH] ci: remove stylua action & update PR template --- .github/pull_request_template.md | 4 ++-- .github/workflows/stylua.yml | 16 ---------------- 2 files changed, 2 insertions(+), 18 deletions(-) delete mode 100644 .github/workflows/stylua.yml diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3e852bc..97f38cd 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,5 @@ ## Checklist - [ ] Used only camelCase variable names. - [ ] If functionality is added or modified, also made respective changes to the - readme. -- [ ] Used conventional commits keywords. + `README.md` (the `.txt` file is auto-generated and does not need to be modified). +- [ ] If a non-trivial PR, formatting via `stylua`. diff --git a/.github/workflows/stylua.yml b/.github/workflows/stylua.yml deleted file mode 100644 index ef9deee..0000000 --- a/.github/workflows/stylua.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Linting and style checking - -on: [pull_request] - -jobs: - stylua: - name: stylua - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - uses: JohnnyMorganz/stylua-action@v2 - with: - token: ${{ secrets.GITHUB_TOKEN }} - version: latest - # CLI arguments - args: --color always --check lua/