Skip to content

chore: setup CI/release #1

chore: setup CI/release

chore: setup CI/release #1

Workflow file for this run

eame: CI

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

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

(Line: 1, Col: 1): Unexpected value 'eame'
on:
push:
paths:
- "**.lua"
- ".luacheckrc"
- ".stylua.toml"
- ".github/workflows/ci.yml"
pull_request:
paths:
- "**.lua"
- ".luacheckrc"
- ".stylua.toml"
- ".github/workflows/ci.yml"
jobs:
luacheck:
name: Luacheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Luacheck linter
uses: lunarmodules/luacheck@v1
with:
args: lua/ plugin/
stylua:
name: Stylua Format Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check formatting with stylua
uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check lua/ plugin/