Skip to content

ci: add almalinux platform to packaging #445

ci: add almalinux platform to packaging

ci: add almalinux platform to packaging #445

Workflow file for this run

name: Static analysis
on:
push:
pull_request:
jobs:
check:
if: |
github.event_name == 'push' ||
github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Tarantool
uses: tarantool/setup-tarantool@v1
with:
tarantool-version: '2.8'
- name: Setup luacheck
run: tarantoolctl rocks install luacheck 0.25.0
- run: cmake -S . -B build
- name: Run luacheck
run: make -C build luacheck