Skip to content

Update dependency jdx/mise to v2025 (#447) #1298

Update dependency jdx/mise to v2025 (#447)

Update dependency jdx/mise to v2025 (#447) #1298

Workflow file for this run

name: CI
on:
push:
jobs:
checks:
runs-on: ubuntu-latest
permissions: read-all
steps:
- uses: actions/checkout@v4
- name: Format Lua
uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: 0.20.0
args: --check --allow-hidden .
- name: Format Others
uses: dprint/[email protected]