Skip to content

Update dependency dprint/dprint-plugin-toml to v0.6.4 (#455) #1312

Update dependency dprint/dprint-plugin-toml to v0.6.4 (#455)

Update dependency dprint/dprint-plugin-toml to v0.6.4 (#455) #1312

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/check@v2.2