Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Create FUNDING.yml

Create FUNDING.yml #38

Workflow file for this run

name: Lint
on:
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run luacheck
uses: nebularg/actions-luacheck@v1
with:
annotate: warning
args: --no-color