Skip to content

Update dependency crate-ci/typos to v1.29.4 (#452) #1304

Update dependency crate-ci/typos to v1.29.4 (#452)

Update dependency crate-ci/typos to v1.29.4 (#452) #1304

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