Skip to content

ci: add compatibility check #8

ci: add compatibility check

ci: add compatibility check #8

Workflow file for this run

name: Formatting check
on:
pull_request:
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --check .
version: latest