mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
remove file
This commit is contained in:
parent
3496099142
commit
1449df15d5
1 changed files with 0 additions and 20 deletions
20
.github/workflows/styling.yaml
vendored
20
.github/workflows/styling.yaml
vendored
|
@ -1,20 +0,0 @@
|
|||
name: Styling
|
||||
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
run:
|
||||
name: Run Stylua
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout Project
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run Stylua
|
||||
uses: JohnnyMorganz/stylua-action@v4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
version: latest # NOTE: we recommend pinning to a specific version in case of formatting changes
|
||||
# CLI arguments
|
||||
# args: --check jecs.luau
|
Loading…
Reference in a new issue