Skip to content

Merge branch 'main' of https://github.com/Core-Team-META/CC-Rich-Text #14

Merge branch 'main' of https://github.com/Core-Team-META/CC-Rich-Text

Merge branch 'main' of https://github.com/Core-Team-META/CC-Rich-Text #14

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 150
- name: Install and run Luacheck
uses: nebularg/actions-luacheck@v1
with:
args: '--no-color -qo "011"'
annotate: warning