Skip to content

ci: fix tarantool version #36

ci: fix tarantool version

ci: fix tarantool version #36

Workflow file for this run

name: Linting with luacheck
on:
- push
jobs:
run-luacheck-linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: tarantool/setup-tarantool@v3
with:
tarantool-version: '2.10.4'
- name: install tarantool/luacheck and execute it
run: tarantoolctl rocks install luacheck && .rocks/bin/luacheck .