ci: remove stylua action & update PR template

remotes/origin/HEAD
Chris Grieser 2024-06-01 16:24:16 +02:00
parent 7ed82d0d05
commit f8ec2601e1
2 changed files with 2 additions and 18 deletions

View File

@ -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`.

View File

@ -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/