Skip to content

Assert all length-2 arrays are of the expected length (#372) #561

Assert all length-2 arrays are of the expected length (#372)

Assert all length-2 arrays are of the expected length (#372) #561

Workflow file for this run

name: Validate style
on:
push:
pull_request:
merge_group:
jobs:
build:
runs-on: ubuntu-latest
name: Validate style
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Stylua check
uses: JohnnyMorganz/stylua-action@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: 0.17.0 # pin to a specific version in case of formatting changes
# CLI arguments
args: --check .