Skip to content

Merge pull request #9 from itmecho/add-stylua #2

Merge pull request #9 from itmecho/add-stylua

Merge pull request #9 from itmecho/add-stylua #2

Workflow file for this run

name: Checks
on:
pull_request: {}
push:
branches:
- main
jobs:
stylua:
name: Formatting
runs-on: ubuntu-latest
steps:
- name: Fetch code
uses: actions/checkout@v4
- name: Check formatting
uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check .