Merge pull request #8 from moonlibs/fix-infinite-rate #66
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Linting with luacheck | |
on: | |
- push | |
- pull_request | |
jobs: | |
run-luacheck-linter: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: tarantool/setup-tarantool@v2 | |
with: | |
tarantool-version: '2.10.4' | |
- name: install tarantool/luacheck and execute it | |
run: tarantoolctl rocks install luacheck && .rocks/bin/luacheck . |