Skip to content

Use new sound library functions #507

Use new sound library functions

Use new sound library functions #507

Workflow file for this run

name: GLuaFixer
on:
push:
paths:
- 'lua/**'
pull_request:
paths:
- 'lua/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Download GLuaFixer 1.17.2
run: curl -o glualint.zip -L https://github.com/FPtje/GLuaFixer/releases/download/1.17.2/glualint-1.17.2-linux-stripped.zip
- name: Extract glualint.zip
run: unzip glualint.zip
- name: Initiate linting
run: ./glualint --output-format github lint .