Skip to content

Migrate Mosquito to new module type (#379) #572

Migrate Mosquito to new module type (#379)

Migrate Mosquito to new module type (#379) #572

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 .