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/