Skip to content

module: release 1.5.2 #2621

module: release 1.5.2

module: release 1.5.2 #2621

Workflow file for this run

name: Run static analysis
on:
push:
pull_request:
jobs:
run-static-analysis:
if: |
github.event_name == 'push' ||
github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository
runs-on: [self-hosted, Linux, x86_64, regular]
container:
image: ubuntu:22.04
steps:
- uses: actions/checkout@master
- name: Prepare env
uses: ./.github/actions/prepare-env
with:
tarantool-version: '2.10'
- name: Setup luacheck
run: |
tt init
tt rocks install luacheck 0.25.0
- run: cmake -S . -B build
- name: Run luacheck
run: make -C build luacheck