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