Skip to content

Instantly share code, notes, and snippets.

@ZwerOxotnik
Last active November 23, 2021 08:44
Show Gist options
  • Save ZwerOxotnik/d223e9bed873ed73ccb7d4cc60b31984 to your computer and use it in GitHub Desktop.
Save ZwerOxotnik/d223e9bed873ed73ccb7d4cc60b31984 to your computer and use it in GitHub Desktop.
lint.yml for Cuberite
on:
push:
branches:
- main
name: Lint
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: lint
uses: nebularg/actions-luacheck@v1
with:
config: https://builds.cuberite.org/job/cuberite/job/master/lastSuccessfulBuild/artifact/gcc_Release/Server/.luacheckrc
@ZwerOxotnik
Copy link
Author

ZwerOxotnik commented Nov 23, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment