Skip to content

docs: remove old analytics info #92

docs: remove old analytics info

docs: remove old analytics info #92

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Download GLuaLint
run: curl -o glualint.zip -L https://github.com/FPtje/GLuaFixer/releases/download/$GLUALINT_VERSION/glualint-$GLUALINT_VERSION-x86_64-linux.zip
env:
GLUALINT_VERSION: 1.27.0
- name: Unzip GLuaLint
run: unzip glualint.zip
- name: Lint lua files
run: ./glualint lint lua