Skip to content

Format Lua

Format Lua #3

Workflow file for this run

name: Dry Run
on: [push, pull_request]
jobs:
Ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Initialize
run: ./init.sh common | sh
Format Lua:

Check failure on line 13 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / Dry Run

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 13, Col: 3): The identifier 'Format Lua' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: JohnnyMorganz/stylua-action@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest # NOTE: we recommend pinning to a specific version in case of formatting changes
# CLI arguments
args: --check .