chore: remove stylua gh action
This commit is contained in:
parent
1c985e91fe
commit
f660c7b2b1
1 changed files with 0 additions and 20 deletions
20
.github/workflows/stylua_check.yml
vendored
20
.github/workflows/stylua_check.yml
vendored
|
|
@ -1,20 +0,0 @@
|
|||
name: lint with stylua
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
branches:
|
||||
- "**"
|
||||
push:
|
||||
branches:
|
||||
- "**"
|
||||
jobs:
|
||||
stylua:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: JohnnyMorganz/stylua-action@v1
|
||||
with:
|
||||
token: ${{ secrets.GH_TOKEN }}
|
||||
# CLI arguments
|
||||
args: --check --config-path stylua.toml --glob 'lua/**/*.lua' -- lua
|
||||
# Specify `version` to pin a specific version, otherwise action will always use latest version/automatically update
|
||||
Loading…
Add table
Reference in a new issue